This module annotates candidate molecular formulas in the peaklists from the IDSL.IPA pipeline using isotopic profiles.
molecular_formula_annotator(IPDB, spectraList, peaklist, selectedIPApeaks,
massAccuracy, maxNEME, minPCS, minNDCS, minRCS, scoreCoefficients, RTtolerance = NA,
correctedRTpeaklist = NULL, exportSpectraParameters = NULL, number_processing_threads = 1)
A dataframe of candidate molecular formulas
An isotopic profile database produced by the IDSL.UFA functions.
a list of mass spectra in each chromatogram scan.
Peaklist from the IDSL.IPA pipeline
selected IPA peaklist
Mass accuracy in Da
Maximum value for Normalized Euclidean Mass Error (NEME) in mDa
Minimum value for Profile Cosine Similarity (PCS)
Minimum value for Number of Detected Chromatogram Scans (NDCS)
Minimum value for Ratio of Chromatogram Scans (RCS) in percentage
A vector of five numbers representing coefficients of the identification score
Retention time tolerance (min)
corrected retention time peaklist
Parameters for export MS/MS match figures
Number of processing threads for multi-threaded processing