Description Arguments Details Value Author(s) Examples
This method initializes the Ratio Filter.
The ratio is the maximum value divided by minimum value for each row of the expression dataframe.
The Ratio Filter flags all rows with: flag = (max/min >= cutoff)
Usage
ratioFilter(object)
ratioFilter(object, value)<-
object |
object of class |
value |
numeric value |
The method ratioFilter initializes the following parameters:
cutoff: | the cutoff level for the filter. | |
An initialized PreFilter object.
Christian Stratowa
1 2 3 | prefltr <- PreFilter()
ratioFilter(prefltr) <- c(1.5)
str(prefltr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.