dim.Assay: Feature and Cell Numbers

View source: R/assay.R

dim.AssayR Documentation

Feature and Cell Numbers

Description

Feature and Cell Numbers

Usage

## 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

See Also

v3 Assay object, validity, and interaction methods: $.Assay(), Assay-class, Assay-validity, CreateAssayObject(), [.Assay(), [[.Assay(), dimnames.Assay(), merge.Assay(), split.Assay(), subset.Assay()

Examples

rna <- pbmc_small[["RNA"]]
dim(rna)


SeuratObject documentation built on Nov. 18, 2023, 1:06 a.m.