Skip to content

Commit aa1e754

Browse files
Update R/converters_SpectronauttoMSstatsFormat.R
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 9ebd83e commit aa1e754

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)