Filter genes that have less than a minimum threshold CPM for a given group/tissue
Source:R/YARN.R
filterLowGenes.Rd
Filter genes that have less than a minimum threshold CPM for a given group/tissue
Arguments
- obj
ExpressionSet object.
- groups
Vector of labels for each sample or a column name of the phenoData slot. for the ids to filter. Default is the column names.
- threshold
The minimum threshold for calling presence of a gene in a sample.
- minSamples
Minimum number of samples - defaults to half the minimum group size.
- ...
Options for cpm.
See also
cpm function defined in the edgeR package.
Examples
data(skin)
filterLowGenes(skin,'SMTSD')