subset.Assay5 | R Documentation |
Subset an Assay
## S3 method for class 'Assay5'
subset(x, cells = NULL, features = NULL, layers = NULL, ...)
x |
An |
cells |
Cell names |
features |
Feature names |
layers |
Layer to keep; defaults to all layers |
... |
Ignored |
x
with just the cells and features specified by
cells
and features
for the layers specified by layers
v5 Assay object, validity, and interaction methods:
$.Assay5()
,
Assay5-class
,
Assay5-validity
,
[.Assay5()
,
[[.Assay5()
,
dim.Assay5()
,
dimnames.Assay5()
,
merge.Assay5()
,
split.Assay5()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.