This method initializes the Upper Threshold Filter.
The cutoff value defines the upper threshold for allowed expression levels. If e.g.
the number of samples exceeding this cutoff value is greater than parameter then the
corresponding dataframe row is flagged, i.e. flag = 0.
The Upper Threshold Filter flags all rows with: flag = (sum(expression[i] <= cutoff)="">= parameter)=>
Usage
highFilter(object)highFilter(object, value)<-
Arguments
object
object of class PreFilter.
value
character vector c(cutoff, parameter, condition).
Value
An initialized PreFilter object.
Details
The method highFilter initializes the following parameters: