We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598494c commit b3f22f7Copy full SHA for b3f22f7
1 file changed
src/TargetBind.jl
@@ -87,7 +87,7 @@ process(path; df, out, mode, εt, εm, fmt_target, fmts) = begin
87
@info "MS2 preprocessing using xic pattern..."
88
S = @showprogress map(eachindex(M2), M2, I) do idx_ms, ms, ions
89
ss = map(ions) do ion
90
- ms2s = getms2s(M2, ion, idx_ms, εt, εm)
+ ms2s = getms2s(M2, ion, idx_ms, 30, εm)
91
ms1s = map(ms2 ->M1[ms2.pre], ms2s)
92
xic1 = map(ms1 -> UniMZ.max_inten_ε(ms1.peaks, ion.mz, εm), ms1s)
93
return map(ms.peaks) do p
0 commit comments