View source: R/matchInterestingGroups.R
matchInterestingGroups | R Documentation |
Match the user-defined interesting groups to the values slotted within a
SummarizedExperiment
object, and check that they are valid. Otherwise
supports a missing interestingGroups
argument, which will then use the
interestingGroups
accessor function internally.
matchInterestingGroups(object, interestingGroups = NULL)
object |
|
interestingGroups |
|
character
.
Interesting groups.
Updated 2019-07-28.
data(RangedSummarizedExperiment, package = "AcidTest")
rse <- RangedSummarizedExperiment
matchInterestingGroups(rse)
matchInterestingGroups(rse, interestingGroups = NULL)
matchInterestingGroups(rse, interestingGroups = substitute())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.