extra_data_names: Extra Variable Names Accessor Methods

extra_data_namesR Documentation

Extra Variable Names Accessor Methods

Description

[Experimental]

The methods access the names of the variables in colData() and rowData() of the object which are not required by design. So these can be additional sample or patient characteristics, or gene characteristics.

Usage

extraColDataNames(x, ...)

## S4 method for signature 'AnyHermesData'
extraColDataNames(x, ...)

extraRowDataNames(x, ...)

## S4 method for signature 'AnyHermesData'
extraRowDataNames(x, ...)

Arguments

x

(AnyHermesData)
object.

...

not used.

Value

The character vector with the additional variable names in either colData() or rowData().

Examples

object <- hermes_data
extraColDataNames(object)
extraRowDataNames(object)

insightsengineering/hermes documentation built on March 11, 2024, 11:04 p.m.