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: Fixing the Recal function bug #56

Closed KristinaGomoryova closed 1 week ago

KristinaGomoryova commented 1 week ago

This PR deals with fixing the Recal function bugs and covers multiple issues.

step_result <- dplyr::mutate(
    step_result,
    form=paste(C, H, O, N, S, P, E, S34, N15, D, Cl, Fl, Cl37, M, NH4, POE, NOE, sep="_")
  )

Accompanying test and test data to replicate the bug are also included.

Related issues: