show,HermesData-method | R Documentation |
AnyHermesData
ObjectsA show method that displays high-level information of AnyHermesData
objects.
## S4 method for signature 'HermesData'
show(object)
## S4 method for signature 'RangedHermesData'
show(object)
object |
( |
None (invisible NULL
), only used for the side effect of printing to
the console.
The same method is used for both HermesData
and RangedHermesData
objects. We need to define this separately to have this method used instead of
the one inherited from SummarizedExperiment::SummarizedExperiment
.
object <- hermes_data
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.