.CalcN {SeuratObject} | R Documentation |
Calculate nCount and nFeature
.CalcN(object, ...)
object |
An assay-like object |
... |
Arguments passed to other methods |
A named list with ...
calcn <- .CalcN(pbmc_small[["RNA"]])
head(as.data.frame(calcn))