Description Usage Arguments Value Examples
Excludes a control group from an EMSet.
1 2 3 4 | excludeControl(object, ..., control)
## S4 method for signature 'EMSet'
excludeControl(object, control = c())
|
object |
An EMSet. |
... |
... |
control |
Name of the control group you would like to exclude. It must be in the 'control' column of rowInfo. |
An EMSet without the specified control group.
1 2 3 4 5 | # Load example EMSet
em_set <- ascend::raw_set
# Exclude Mitochondrial-related genes
em_set <- excludeControl(em_set, control = "Mt")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.