Command line completion for $
Source: R/methods-FactorisedExperiment.R
, R/methods-ModularExperiment.R
, R/methods-ReducedExperiment.R
dollar_names.Rd
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.