.filterManyColumns {MSstatsConvert}R Documentation

Filter rows that contain specifed symbols in multiple columns.

Description

Filter rows that contain specifed symbols in multiple columns.

Usage

.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


[Package MSstatsConvert version 1.4.1 Index]