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

Recal: fix an error when isopeaks=="none" #57

Closed KristinaGomoryova closed 1 week ago

KristinaGomoryova commented 1 week ago

This PR fixes an error thrown when isopeaks == "None", by:

Test and a test data accompanying the bug were added and original Recal test data rewritten as now we correctly get more rows.

Closes https://github.com/RECETOX/MFAssignR/issues/45