R/citeseqApp.R
exploreSubcl.Rd
app to explore diversity in RNA-subclusters within ADT clusters
exploreSubcl(sce, inlist, adtcls)
a SingleCellExperiment with altExp with ADT quantification
list of SingleCellExperiments (SCEs) formed by scran::quickSubCluster
vector of ADT cluster assignments
shinyApp instance
TSNE should already be available in `altExp(sce)`; follow OSCA book 12.5.2. If using example, set `ask=FALSE`.
if (FALSE) {
sce <- getCh12Sce()
all.sce <- getCh12AllSce()
data(clusters.adt)
runApp(exploreSubcl(sce, all.sce, clusters.adt)) # trips up interactive pkgdown?)
}