dot-filterManyColumns: Filter rows that contain specifed symbols in multiple...

Description Usage Arguments Value

Description

Filter rows that contain specifed symbols in multiple columns.

Usage

1
.filterManyColumns(input, filter_columns, filter_symbols)

Arguments

input

data.table preprocessed by one of the cleanRaw* functions.

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 filter_columns will be removed.

Value

data.table


MSstatsConvert documentation built on Nov. 8, 2020, 5:49 p.m.