dimnames.StdAssay | R Documentation |
Get and set feature and cell names in v5 Assays
## S3 method for class 'StdAssay'
dimnames(x)
## S3 replacement method for class 'StdAssay'
dimnames(x) <- value
x |
An |
value |
A two-length list with updated feature and/or cells names |
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
Cells
Features
v5 Standard Assay object, validity, and interaction methods
$.StdAssay()
,
.DollarNames.StdAssay()
,
StdAssay-class
,
StdAssay-validity
,
[.StdAssay()
,
[[.StdAssay()
,
dim.StdAssay()
,
show,StdAssay-method
,
split.StdAssay()
,
subset.StdAssay()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.