A shiny app to display scDiffCom results
BuildShiny.Rd
Launch a shiny app to explore scDiffCom results
Usage
BuildShiny(object, reduced_go_table = NULL, ...)
# S4 method for scDiffCom
BuildShiny(object, reduced_go_table = NULL, ...)
Arguments
- object
scDiffCom
object- 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