Description Usage Arguments Details Value
modFilter
imposes a hard filter for (gene expression) feature data.
1 | modFilter(object, threshold, maximum, beta1, beta2)
|
object |
An |
threshold |
A numeric scalar. The value below which to assign this value. |
maximum |
A numeric scalar. The value above which to assign this value. |
beta1 |
A numeric scalar. The |
beta2 |
A numeric scalar. The |
This method reproduces the hard filter described by Deb and Reddy (2003)
for pre-processing the hallmark Golub ALL/AML dataset. This filter
first sets all values less than threshold
to threshold
and all values greater than maximum
to maximum
.
Next, this method includes only those features with (a) a range greater
than beta1
, and also (b) a ratio of maximum feature expression to
minimum feature expression greater than beta2
.
A pre-processed ExprsArray
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.