flag = (fc >= cutoff)
Usage
fcFilter(object)
fcFilter(object, value)<-
UniFilter
.c(cutoff, direction)
UniFilter
object.
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. |
unifltr <- UniFilter()
fcFilter(unifltr) <- c(1.5,"both")
str(unifltr)
Run the code above in your browser using DataLab