View source: R/plotTsne_AUCellApp.R
plotTsne_AUCellApp | R Documentation |
Creates the AUCell shiny app to visualize the regulon activities on the t-SNE
plotTsne_AUCellApp(
scenicOptions,
exprMat,
tSNE_fileName = NULL,
skipDuplicatedExtended = TRUE
)
scenicOptions |
Fields used: aucell_regulonAUC, aucell_thresholds, cellInfo, and default tSNE |
exprMat |
Expression matrix |
tSNE_fileName |
tSNE file name. If null, the default t-SNE is used. |
skipDuplicatedExtended |
Skip extended regulons if there is a high-confidence regulon for the same TF |
Invisible: aucellApp
logMat <- exprMat # Better if it is logged/normalized
aucellApp <- plotTsne_AUCellApp(scenicOptions, logMat)
savedSelections <- shiny::runApp(aucellApp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.