organism | R Documentation |
Get or set the organism (i.e. species) of an object.
organism(object)
## S4 method for signature 'SummarizedExperiment'
organism(object)
object |
Object. |
character(1)
.
Updated 2022-02-03.
data(RangedSummarizedExperiment, package = "AcidTest")
## SummarizedExperiment ====
object <- RangedSummarizedExperiment
organism(object)
organism(object) <- "xxx"
organism(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.