.filterExact {MSstatsConvert} | R Documentation |
Filter out specified symbols.
.filterExact( input, col_name, filter_symbols, behavior, fill_value, filter, drop )
input |
data.table preprocessed by one of the .cleanRaw* functions. |
col_name |
chr, name of the column that will be the base for filtering |
filter_symbols |
character vector of symbols that will be removed |
behavior |
chr, if "remove", values below/above the threshold will be
removed, if "replace", they will be set to |
fill_value |
if |
filter |
lgl, if TRUE, decoy proteins will be removed from the data. |
drop |
lgl, if TRUE, column that contains decoy proteins will be dropped. |
data.table