Cells-StdAssay | R Documentation |
Get the cell and feature names of an object
## S3 method for class 'StdAssay'
Cells(x, layer = NULL, simplify = TRUE, ...)
## S3 method for class 'StdAssay'
Features(x, layer = NULL, simplify = TRUE, ...)
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 |
Cell
: A vector of cell names
Features
: A vector of feature names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.