simpleFilter | R Documentation |
simpleFilter is a filtering function used to remove rows (genes) of various expression data.
simpleFilter(se, mean_cutoff=NULL, min_cutoff=NULL, median_cutoff=
NULL, counts=TRUE)
se |
A SummarizedExperiment object. |
mean_cutoff |
The lower cutoff, using mean. |
min_cutoff |
The cutoff, expressed as a minimum acceptable value. |
median_cutoff |
The cutoff, using a median value. |
counts |
Boolean, use raw counts data (default) or RPKM. |
This function filters the expression of the supplied obj.
Returns a filtered SummarizedExperiment object.
AJ Vaestermark, JR Walters.
The "doseR" package, 2018 (in press).
data(hmel.se) ; f_se <- simpleFilter(se, mean_cutoff=0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.