Skip to contents

rownames

Usage

# S3 method for class 'mass_dataset'
rownames(x, do.NULL = TRUE, prefix = "row")

Arguments

x

A mass_dataset object.

do.NULL

Passed through for compatibility with base::rownames().

prefix

Passed through for compatibility with base::rownames().

Value

A character vector containing the row names (variable IDs) of the expression_data slot in the mass_dataset object.