Skip to contents

Command line completion for $. This function is not intended to be used directly by users but provides auto-completion capabilities. Autocompletes based on column data names (i.e., the column names of the colData).

Usage

# S3 method for class 'FactorisedExperiment'
.DollarNames(x, pattern = "")

# S3 method for class 'ModularExperiment'
.DollarNames(x, pattern = "")

# S3 method for class 'ReducedExperiment'
.DollarNames(x, pattern = "")

Arguments

x

The ReducedExperiment object.

pattern

Search pattern.

Value

The names of the matching columns of colData.