A NAMED matrix or data frame to be filtered (column names are required).
condition
A string indicating the condition that the row have to fulfill to be retained. The column names are used as variables in the condition (see examples bellow).
remove.cols
Either a vector of column names or a vector of column indices to be removed from the result
Value
The original data where the rows for which the condition is FALSE and the columns in the vector remove.cols have been removed
See Also
summarizeData, writeTabular and the vignette vignette(topic="Data_loading_and_manipulation",
package="scmamp")