data.frame
, by rows or columns,
replacing the content of each row or column with constraint filter output. In most cases, if the
given row or column passes the constraint check, it is left intact and replaced by NA
's otherwise.
One of the purposes of this function is to perform the quality control of experiment data and filter out
series which do not pass the QC by applying the removeNASeries method as the last step.
## Static method (use this):
## DataFilter$do.apply(experimentSet, byRows=TRUE, filterFun=NULL, filtParams=NULL, verbose=FALSE, ...)
## Don't use the below:
"do.apply"(static, experimentSet, byRows=TRUE, filterFun=NULL, filtParams=NULL, verbose=FALSE, ...)
data.frame
containing probeID (first column/row)
and data arranged by series (the rest of columns/rows)data.frame
with data filtered by filterFun.
DataFilter
.