Description Usage Arguments Details Value Author(s) Examples
Create a filtered 'ExpressionSet' based on background, range, or interquartile range
1 |
object |
an |
pct |
percentage |
numChip |
number of chips. If you would like to filter the |
bg |
background value. If you would like to filter the |
range |
range = max value - min value of each gene |
iqrPct |
interquartile percentage |
output |
if output = TRUE, output filtered data in the sepecified directory |
mydir |
the directory containing the filtered data |
There are three filtering methods. The User can use either one, two, or three. 1). At least a certain number of chips (numChip) are greater than a given background (bg) 2). The range of the gene have to be greater than a given value (range) 3). Calulating the interquatile range (IQR) of each gene to create an IQR vector. Based on the given percentage (e.g. iqrPct=0.2), find the corresponding percentile. If IQR is less than percentile, the gene will be filtered
a filtered ExpressionSet
Xiwei Wu, Arthur Li
1 2 | data(eSetExample)
filtered <- geneFilter(eSetExample)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.