quantFilter | R Documentation |
This function filters the expression of the supplied object; quantFilter is a filtering function used to remove rows (genes) of various expression data.
quantFilter (se, lo.bound=.25, hi.bound=.75, MEDIAN = FALSE,
na.rm = TRUE)
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).
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.