mzLib
mzLib copied to clipboard
Added RtHypothesis and RtStdDev fields to ChromatographicPeak in Flas…
We like to enable re-analysis of an MBR Chromatographic peak once it is created & passed to MetaMorpheus. We add retention time hypothesis and retention time std dev, which can be used to define the region used to search for the peak.
This PR adds three new files (nullable doubles) to ChromatographicPeak: RtHypothesis and RtStdDev, and RtInterquartile Range. RtStdDev and RtInterquartileRange are mutually exclusive. These fields are only applied to MBR peaks, for other peak types they remain null
These fields are assigned in FlashLFQEngine method QuantifyMatchBetweenRunsPeaks.