Cells | R Documentation |
Get the cell and feature names of an object
Cells(x, ...)
Features(x, ...)
## Default S3 method:
Cells(x, ...)
## S3 method for class 'Assay5'
Cells(x, layer = NULL, simplify = TRUE, ...)
## S3 method for class 'Assay5'
Features(x, layer = NULL, simplify = TRUE, ...)
## S3 method for class 'DimReduc'
Cells(x, ...)
## S3 method for class 'Neighbor'
Cells(x, ...)
x |
An object |
... |
Arguments passed to other methods |
layer |
Layer to pull cells/features for; defaults to default layer;
if |
simplify |
Simplify the cell/feature names into a single vector; if
|
Cell
: A vector of cell names
Features
: A vector of feature names
dimnames.Assay()
,
dimnames.Assay5()
,
dimnames.Seurat()
Cells(x = pbmc_small)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.