visualize the analysis result in a built-in shiny app
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)
}
}