annotation,AnyHermesData-method | R Documentation |
These methods access and set the gene annotations stored in a AnyHermesData
object.
## S4 method for signature 'AnyHermesData'
annotation(object, ...)
.row_data_annotation_cols
## S4 replacement method for signature 'AnyHermesData,DataFrame'
annotation(object) <- value
object |
( |
... |
not used. |
value |
( |
The annotation column names are available in the exported
character vector .row_data_annotation_cols
.
The S4Vectors::DataFrame
with the gene annotations:
symbol
desc
chromosome
size
When trying to replace the required annotations with completely missing
values for any genes, a warning will be given and the corresponding gene
IDs will be saved in the attribute annotation.missing.genes
. Note also
that additional annotations beyond the required ones may be supplied and
will be stored.
object <- hermes_data
head(annotation(object))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.