soulong / shinySynergyFinder

A simple shiny wrapper of bioconductor SynergyFinder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shinySynergyFinder

run from local

runApp(app, host='0.0.0.0', port=5000L)

run from remote

runGitHub('shinySynergyFinder', 'soulong', host='0.0.0.0', port=5000L)

dependency

if(!require(synergyfinder)) BiocManager::install('synergyfinder') library(tidyverse) library(patchwork)

About

A simple shiny wrapper of bioconductor SynergyFinder

License:MIT License


Languages

Language:R 100.0%