RECETOX / MFAssignR

The MFAssignR package was designed for multi-element molecular formula (MF) assignment of ultrahigh resolution mass spectrometry measurements. A number of tools for internal mass recalibration, MF assignment, signal-to-noise evaluation, and unambiguous formula selections are provided.
GNU General Public License v3.0
0 stars 2 forks source link

Fixed bug which caused isofiltr to fail is some subsection of input has no isotope pairs #43

Closed hechth closed 1 month ago

hechth commented 1 month ago

During the isotope filtering, if there is a chunk where no pairs of matching isotopic and monoisotopic peaks are detected, the program currently fails.

This should not happen and if no pairs are found, just all peaks in that chunk should probably be considered as monoisotopic. This bugfix introduces this functionality as well as additional test-cases with input data where this behaviour is observed.