excludeControl: excludeControl

Description Usage Arguments Value Examples

Description

Excludes a control group from an EMSet.

Usage

1
2
3
4
excludeControl(object, ..., control)

## S4 method for signature 'EMSet'
excludeControl(object, control = c())

Arguments

object

An EMSet.

...

...

control

Name of the control group you would like to exclude. It must be in the 'control' column of rowInfo.

Value

An EMSet without the specified control group.

Examples

1
2
3
4
5
# Load example EMSet
em_set <- ascend::raw_set

# Exclude Mitochondrial-related genes
em_set <- excludeControl(em_set, control = "Mt")

IMB-Computational-Genomics-Lab/ascend documentation built on Aug. 29, 2019, 4:10 a.m.