interestingGroups | R Documentation |
Interesting groups
interestingGroups(object, ...)
interestingGroups(object, ...) <- value
## S4 method for signature 'Annotated'
interestingGroups(object)
## S4 replacement method for signature 'Annotated,'NULL''
interestingGroups(object) <- value
## S4 replacement method for signature 'Annotated,character'
interestingGroups(object) <- value
## S4 replacement method for signature 'SummarizedExperiment,character'
interestingGroups(object) <- value
object |
Object. |
value |
Value to assign. |
... |
Additional arguments. |
character
.
Updated 2019-08-11.
data(RangedSummarizedExperiment, package = "AcidTest")
rse <- RangedSummarizedExperiment
## SummarizedExperiment ====
intgroup <- interestingGroups(rse)
print(intgroup)
## Assignment support.
interestingGroups(rse) <- intgroup[[1L]]
interestingGroups(rse)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.