| Cells {SeuratObject} | R Documentation |
Get the cell and feature names of an object
Cells(x, ...) Features(x, ...) ## Default S3 method: Cells(x, ...) ## S3 method for class 'DimReduc' Cells(x, ...) ## S3 method for class 'Neighbor' Cells(x, ...)
x |
An object |
... |
Arguments passed to other methods |
Cell: A vector of cell names
Features: A vector of feature names
Cells(x = pbmc_small)