.filterManyColumns {MSstatsConvert} | R Documentation |
Filter rows that contain specifed symbols in multiple columns.
.filterManyColumns(input, filter_columns, filter_symbols)
input |
data.table preprocessed by one of the |
filter_columns |
chr, names of columns in which elements will be matched and removed. |
filter_symbols |
chr, vector of strings. Rows with corresponding elements
in |
data.table