Skip to contents

visualize the analysis result in a built-in shiny app

Usage

load_shinyApp(SeuratObj, rasMat, rssMat, tf_target)

Arguments

SeuratObj

Seurat object

rasMat

matrix of regulon activity score(RAS) in each cell

rssMat

matrix of regulon specificity score(RSS) in each cluster

tf_target

TF and targets of each regulon. This information comes from post-processing of pyscenic.

Examples

if (FALSE) {
if(interactive()) {
    load_shinyApp(SeuratObj, rasMat, rssMat, tf_target)
}
}