Launch a shiny app to explore scDiffCom results
Usage
BuildShiny(object, reduced_go_table = NULL, ...)
# S4 method for class 'scDiffCom'
BuildShiny(object, reduced_go_table = NULL, ...)Arguments
- object
 scDiffComobject- reduced_go_table
 If
NULL(default), over-represented GO terms are displayed as dot plots. If the output ofscDiffCom::ReduceGO(object), GO terms are displayed on a on treemap based on their semantic similarity and over-representation score- ...
 Additional parameters to
shiny::runApp