Description Usage Arguments Details Value Author(s) References Examples
simpleFilter is a filtering function used to remove rows (genes) of various expression data.
1 2 |
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).
1 | 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.