powered by
flag = (quantile[high]/quantile[low] >= cutoff)
Usage
quantileFilter(object) quantileFilter(object, value)<-
quantileFilter(object)
quantileFilter(object, value)<-
PreFilter
c(cutoff, loquantile, hiquantile)
quantileFilter
cutoff
loquantile
loquantile=0.05
prefltr <- PreFilter() quantileFilter(prefltr) <- c(3.0, 0.05, 0.95) str(prefltr)
Run the code above in your browser using DataLab