dim.Assay {SeuratObject} | R Documentation |
Feature and Cell Numbers
Description
Feature and Cell Numbers
Usage
## S3 method for class 'Assay'
dim(x)
Arguments
x |
An |
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)
[Package SeuratObject version 5.0.2 Index]