Description Usage Arguments Details Value Author(s) References Examples
This function filters the expression of the supplied object; quantFilter is a filtering function used to remove rows (genes) of various expression data.
1 2 |
se |
A SummarizedExperiment object. |
lo.bound |
The lower cutoff, expressed as a percentage. |
hi.bound |
The upper cutoff, expressed as a percentage. |
MEDIAN |
Boolean, Calculate RowMeans or RowMedians. |
na.rm |
Boolean, NA removal. |
This function filters the expression of the supplied object, based on a selected percentage cutoff.
Returns a filtered SummarizedExperiment object.
AJ Vaestermark, JR Walters.
The "doseR" package, 2018 (in press).
1 2 | data(hmel.se)
f_se <- quantFilter(se, lo.bound=0.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.