Feature and Cell Numbers

# S3 method for class 'Assay'
dim(x)

Arguments

x

An Assay object

Value

A two-length numeric vector with the total number of features and cells in x

Examples

rna <- pbmc_small[["RNA"]]
dim(rna)
#> [1] 230  80