Cells-StdAssay {SeuratObject} | R Documentation |
Cell and Feature Names
Description
Get the cell and feature names of an object
Usage
## S3 method for class 'StdAssay'
Cells(x, layer = NULL, simplify = TRUE, ...)
## S3 method for class 'StdAssay'
Features(x, layer = NULL, simplify = TRUE, ...)
Arguments
x |
An object |
layer |
Layer to pull cells/features for; defaults to default layer;
if |
simplify |
Simplify the cell/feature names into a single vector; if
|
... |
Arguments passed to other methods |
Value
Cell
: A vector of cell names
Features
: A vector of feature names
[Package SeuratObject version 5.1.0 Index]