subset.StdAssay {SeuratObject} | R Documentation |
Subset an Assay
Description
Subset an Assay
Usage
## S3 method for class 'StdAssay'
subset(x, cells = NULL, features = NULL, layers = NULL, ...)
Arguments
x |
An |
cells |
Cell names |
features |
Feature names |
layers |
Layer to keep; defaults to all layers |
... |
Ignored |
Value
x
with just the cells and features specified by
cells
and features
for the layers specified by layers
See Also
v5 Standard Assay object, validity, and interaction methods
$.StdAssay()
,
.DollarNames.StdAssay()
,
StdAssay-class
,
StdAssay-validity
,
[.StdAssay()
,
[[.StdAssay()
,
dim.StdAssay()
,
dimnames.StdAssay()
,
show,StdAssay-method
,
split.StdAssay()
[Package SeuratObject version 5.1.0 Index]