Learn R Programming

SeuratObject (version 5.0.2)

.CalcN: Calculate nCount and nFeature

Description

Calculate nCount and nFeature

Usage

.CalcN(object, ...)

Value

A named list with ...

Arguments

object

An assay-like object

...

Arguments passed to other methods

Examples

Run this code
calcn <- .CalcN(pbmc_small[["RNA"]])
head(as.data.frame(calcn))

Run the code above in your browser using DataLab