Skip to content

Commit 3decde3

Browse files
committed
merge
2 parents 2ccd44b + aa1e754 commit 3decde3

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

R/converters_SpectronauttoMSstatsFormat.R

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,13 @@ SpectronauttoMSstatsFormat = function(
103103
filter = filter_with_Qvalue,
104104
drop_column = TRUE)
105105
excluded_quant_filter = list(
106-
col_name = "FExcludedFromQuantification",
107-
filter_symbols = TRUE,
108-
behavior = "fill",
109-
fill_value = NA_real_,
110-
filter = TRUE,
111-
drop_column = TRUE)
106+
col_name = "FExcludedFromQuantification",
107+
filter_symbols = TRUE,
108+
behavior = "fill",
109+
fill_value = NA_real_,
110+
filter = excludedFromQuantificationFilter,
111+
drop_column = TRUE
112+
)
112113

113114
feature_columns = c("PeptideSequence", "PrecursorCharge",
114115
"FragmentIon", "ProductCharge")

0 commit comments

Comments
 (0)