dim.Assay | R Documentation |
Feature and Cell Numbers
## S3 method for class 'Assay'
dim(x)
x |
An |
A two-length numeric vector with the total number of
features and cells in x
v3 Assay object, validity, and interaction methods:
$.Assay()
,
Assay-class
,
Assay-validity
,
CreateAssayObject()
,
[.Assay()
,
[[.Assay()
,
dimnames.Assay()
,
merge.Assay()
,
split.Assay()
,
subset.Assay()
rna <- pbmc_small[["RNA"]]
dim(rna)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.