Skip to contents

colnames

Usage

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

Arguments

x

A mass_dataset object.

do.NULL

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

prefix

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

Value

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