extra_data_names | R Documentation |
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.
extraColDataNames(x, ...)
## S4 method for signature 'AnyHermesData'
extraColDataNames(x, ...)
extraRowDataNames(x, ...)
## S4 method for signature 'AnyHermesData'
extraRowDataNames(x, ...)
x |
( |
... |
not used. |
The character vector with the additional variable names in either
colData()
or rowData()
.
object <- hermes_data
extraColDataNames(object)
extraRowDataNames(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.