| dim.Seurat | R Documentation |
Feature and Cell Numbers
## S3 method for class 'Seurat'
dim(x)
x |
A |
A two-length numeric vector with the total number of
features and cells in x
Seurat object, validity, and interaction methods
$.Seurat(),
Seurat-class,
Seurat-validity,
[[.Seurat(),
[[<-,Seurat,
[[<-,Seurat,NULL,
dimnames.Seurat(),
merge.Seurat(),
names.Seurat(),
subset.Seurat()
# Get the number of features in an object
nrow(pbmc_small)
# Get the number of cells in an object
ncol(pbmc_small)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.