View source: R/run_shiny_app.R
conosShinyApp | R Documentation |
runs Shiny application to visualize waltktrap tree and select cut level
conosShinyApp( con, N = 30, leaf.labels = NULL, tissue_mapping = NULL, tissue_factors = NULL, minsize = 0, minbreadth = 0, flat.cut = TRUE )
con |
conos object with walktrap results |
N |
number of top greedy splits to take |
leaf.labels |
leaf sample label factor, for breadth calculations - must be a named factor containing all wt$names, or if wt$names is null, a factor listing cells in the same order as wt leafs |
minsize |
minimum size of the branch (in number of leafs) |
minbreadth |
minimum allowed breadth of a branch (measured as normalized entropy) |
flat.cut |
whether to use a flat cut instead of a dynamic one |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.