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

Unit test for overall findRecalSeries function #61

Closed KristinaGomoryova closed 1 week ago

KristinaGomoryova commented 1 week ago

This PR implements a unit test for overall FindRecalSeries function, not only individual subfunctions, in two modes (when fill_series = TRUE, it correctly returns 10 rows, when fill_series = FALSE, it correctly returns 3)

closes https://github.com/RECETOX/MFAssignR/issues/60