Description Arguments Details Value Author(s) Examples
This method initializes the Fold-Change Filter.
The fold-change is determined by the mean value of group 2 divided by the mean value of group 1.
The Fold-Change Filter flags all rows with: flag = (fc >= cutoff)
Usage
fcFilter(object)
fcFilter(object, value)<-
object |
object of class |
value |
numeric vector |
The method fcFilter
initializes the following parameters:
cutoff : | the cutoff level for the filter. | |
direction : | direction="both" (default): select up and downregulated genes. |
|
direction="up" : select upregulated genes only. |
||
direction="down" : select downregulated genes only.
|
An initialized UniFilter
object.
Christian Stratowa
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.