Get and set feature and cell names in v5 Assays

# S3 method for class 'Assay5'
dimnames(x)

# S3 method for class 'Assay5'
dimnames(x) <- value

Arguments

x

An Assay5 object

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