dimnames.Assay5 {SeuratObject} | R Documentation |
Assay-Level Feature and Cell Names
Description
Get and set feature and cell names in v5 Assays
Usage
## S3 method for class 'Assay5'
dimnames(x)
## S3 replacement method for class 'Assay5'
dimnames(x) <- value
Arguments
x |
An |
value |
A two-length list with updated feature and/or cells names |
Value
dimnames
: A two-length list with the following values:
A character vector with all features in
x
A character vector with all cells in
x
dimnames<-
: x
with the feature and/or cell
names updated to value
See Also
v5 Assay object, validity, and interaction methods:
$.Assay5()
,
Assay5-class
,
Assay5-validity
,
[.Assay5()
,
[[.Assay5()
,
dim.Assay5()
,
merge.Assay5()
,
split.Assay5()
,
subset.Assay5()
Cells()
,
dimnames.Assay()
,
dimnames.Seurat()
[Package SeuratObject version 5.0.2 Index]