dimnames.StdAssay: Assay-Level Feature and Cell Names

View source: R/assay5.R

dimnames.StdAssayR Documentation

Assay-Level Feature and Cell Names

Description

Get and set feature and cell names in v5 Assays

Usage

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

## S3 replacement method for class 'StdAssay'
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

See Also

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()


SeuratObject documentation built on Nov. 18, 2023, 1:06 a.m.