You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
peakdetector always sorts samples by natural order, while the peaks search in the GUI was using the order from the main window.
However, there is an issue with the peak group formation algorithm, where apparently the order of the samples affects the peak groups. This is either in EIC::eicMerge() or EIC::mergedEICToGroups(), though the latter seems less likely since there is a sort(allPeak...) step.
The text was updated successfully, but these errors were encountered:
This was discovered during #746
peakdetector
always sorts samples by natural order, while the peaks search in the GUI was using the order from the main window.However, there is an issue with the peak group formation algorithm, where apparently the order of the samples affects the peak groups. This is either in
EIC::eicMerge()
orEIC::mergedEICToGroups()
, though the latter seems less likely since there is asort(allPeak...)
step.The text was updated successfully, but these errors were encountered: