Description Usage Arguments Value Examples
View source: R/matchInterestingGroups.R
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.
1 | matchInterestingGroups(object, interestingGroups = NULL)
|
object |
|
interestingGroups |
|
character
. Interesting groups.
1 2 | data(rse, package = "basejump.data")
matchInterestingGroups(rse)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.