powered by
Creates the AUCell shiny app to visualize the regulon activities on the t-SNE
plotTsne_AUCellApp(scenicOptions, exprMat, tSNE_fileName = NULL, skipDuplicatedExtended = TRUE)
Fields used: aucell_regulonAUC, aucell_thresholds, cellInfo, and default tSNE
Expression matrix
tSNE file name. If null, the default t-SNE is used.
Skip extended regulons if there is a high-confidence regulon for the same TF
Invisible: aucellApp
# NOT RUN { logMat <- exprMat # Better if it is logged/normalized aucellApp <- plotTsne_AUCellApp(scenicOptions, logMat) savedSelections <- shiny::runApp(aucellApp) # }
Run the code above in your browser using DataLab