uniteInterestingGroups | R Documentation |
Create a single interesting groups column (interestingGroups
) used for
coloring in plots. When multiple interesting groups are present, unite into a
single column, delimited by a colon.
uniteInterestingGroups(object, ...)
## S4 method for signature 'DFrame'
uniteInterestingGroups(object, interestingGroups)
object |
Object. |
interestingGroups |
|
... |
Additional arguments. |
Modified object.
Now contains an interestingGroups
column.
Updated 2021-02-03.
data(RangedSummarizedExperiment, package = "AcidTest")
rse <- RangedSummarizedExperiment
## DFrame ====
object <- rse
x <- uniteInterestingGroups(
object = sampleData(object),
interestingGroups = interestingGroups(object)
)
print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.