quantFilter: quantFilter Function to filter expression data of a...

Description Usage Arguments Details Value Author(s) References Examples

View source: R/quantFilter.R

Description

This function filters the expression of the supplied object; quantFilter is a filtering function used to remove rows (genes) of various expression data.

Usage

1
2
quantFilter (se, lo.bound=.25, hi.bound=.75, MEDIAN = FALSE,
na.rm = TRUE)

Arguments

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.

Details

This function filters the expression of the supplied object, based on a selected percentage cutoff.

Value

Returns a filtered SummarizedExperiment object.

Author(s)

AJ Vaestermark, JR Walters.

References

The "doseR" package, 2018 (in press).

Examples

1
2
data(hmel.se)
f_se <- quantFilter(se, lo.bound=0.5)

doseR documentation built on Nov. 8, 2020, 5:37 p.m.