R/citeseqApp.R
getSubclusteringFeatures.Rd
get lmFit F-stat based collection of n genes most varying in mean across subclusters
getSubclusteringFeatures(inlist, clname, n = 20)
list of SingleCellExperiments (SCEs) formed by scran::quickSubCluster
character(1) name of cluster SCE to assess
numeric(1) number to preserve
list with two elements, feat = rowData corresponding to variable genes, stats = topTable result
Symbol will be taken from feat and placed in stats component if available
all.sce <- getCh12AllSce()
scl <- getSubclusteringFeatures(all.sce, "3", 10)
names(scl)
#> [1] "feat" "stats"