genes | R Documentation |
Access the gene IDs, i.e. row names, of a AnyHermesData
object with a
nicely named accessor method.
genes(object)
## S4 method for signature 'AnyHermesData'
genes(object)
object |
( |
The character vector with the gene IDs.
samples()
to access the sample IDs.
a <- hermes_data
genes(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.