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

Refactor the `RecalList` function in the `Recal` module #18

Closed hechth closed 9 months ago

hechth commented 9 months ago

Follow the standard refactoring procedure - understand the code, extract functions, put constants into variables, make the code nice to read and easy to understand and test.