Skip to content

eMetaboHUB/FragHub

Repository files navigation

FragHub (1.0.1)

Maintenance Required_Python License: MIT DOI

DESCRIPTION

FragHub is a powerful tool designed to standardize and organize mass spectrometry (MS) data from OMSLs (Open Mass Spectra Libraries). The main objective of FragHub is to simplify and improve the process of MS data analysis by providing standardized, consistent, and easily accessible data.
Key features:

  • Data standardization: FragHub standardizes field names and values of MS spectra from various databases, ensuring data consistency and compatibility.
  • Optional peak list filtering: FragHub applies filters to peak lists to streamline them by retaining only essential data, significantly reducing data size without compromising relevance for analysis.
  • Recalculation and normalization of chemical identifiers: The program recalculates and normalizes chemical identifiers such as SMILES, InChI, and InChIKey, ensuring a uniform representation of molecular structures.
  • Spectra organization: FragHub separates spectra based on different experimental parameters such as polarity (positive/negative), chromatographic mode (LC/GC), and acquisition type (experimental/in silico), facilitating their use and subsequent analysis.
  • Compatibility with various analysis software: Standardized spectra produced by FragHub are compatible with multiple analysis software, including MSdial, MZmine, and Flash Entropy Search, providing users with maximum flexibility in choosing analysis tools.

Warning: All spectra deemed inconsistent, i.e., those lacking SMILES and InChI, precursor m/z, and adduct information, are removed during the processing by FragHub.

INSTALLATION

To install all dependencies, double-click on the install script corresponding to your OS.
NB: Make sure that python is in the path variables and that you run Python >= 3.9

USE

To use this programme:

  1. Put your msp, mgf, json, csv or xml files into 'INPUT/<dedicated folder>'.

NB: If you have a file that contains only In-Silico spectra AND this is not specified within the filename or the spectrum, you can simply suffix the filename with "_insilico", like this: "UNPD_ISDB_R_p01_insilico.mgf".

  1. Double-click on your corresponding OS run script into scripts folder.
    1. FragHub GUI start
    2. First tab: This area allows users to select specific functions for inclusion during the processing stage. Moreover, it provides the option to adjust the respective parameters of each function.
      img.png
    3. Second tab: Select the output file format of your preference. By default, all formats are selected.
      img_1.png
    4. Third tab: This tab facilitates the management of distinct profiles (like 'internal lab standards' or 'In-Silico DB', etc). Either select from a previously created profile or create a new one by just entering your desired profile name.
      img_2.png
    5. Fourth tab: The 'Reset updates' option, when checked, allows for a reset of everything related to previously encountered spectra from the current selected profil. This will also delete all existing files located in the OUTPUT/{current selected profil} folder.
      img_3.png
  2. When the execution is complete, please remember to take a copy of your cleaned files from the OUTPUT folder and place them in a different location.
  3. DO NOT DELETE FILES INTO 'OUTPUT' AFTER COPY CLEANED VERSIONS.

FILTERS

check_minimum_peak_requiered(peak_array, n_peaks)
This function checks whether a given mass spectrum contains a minimum number of peaks. If the spectrum contains fewer peaks than the minimum requirement, it ignores the spectrum.

remove_peak_above_precursormz(peak_array, precursormz)
This function removes all peaks from the spectrum whose m/z value is greater than the precursor's m/z value plus 5 Da.

reduce_peak_list(peak_array, max_peaks)
This function reduces the peak list to a specified maximum number of peaks. The peaks to retain are chosen based on their intensity, with peaks of greater intensity being selected.

normalize_intensity(peak_array)
This function normalizes the intensity of all the peaks in a given spectrum to the maximum intensity.

keep_mz_in_range(peak_array, mz_from, mz_to)
This function takes an array of peak data (representing mass-to-charge ratio, or m/z) and returns a new array containing only those peaks whose m/z value falls between mz_from and mz_to.

check_minimum_of_high_peaks_requiered(peak_array, intensity_percent, no_peaks)
This function is used to check whether a given array containing peak data has a required minimum number of "high peaks". A "high peak" is defined as a peak whose intensity is above a certain percentage (intensity_percent) of the maximum intensity. If the array does not contain a sufficient number of "high peaks", the function ignore the spectrum.

required csv file

  1. CSV files need to be separated by ';' with quotechar '"'.
  2. peaks columns need to be named 'peaks'.
  3. 'peaks' column need to be formatted with one of the following format, in string:
    1. "[[79.054840, 12486.074219], [79.629868, 854.089905]]"

    2. "
      57.07042529 0.7697591662
      71.08607535 1.507457981
      97.06533991 0.4893302623
      99.08098997 0.4737337839
      137.09664 0.498920401
      165.0915547 0.4243093978
      "

FragHub: lost spectra tracking

If you wish to visualize the spectra tracing eliminated during the process, you can, from the TOOLS branch, start FragHub in the TOOLS\spectrum_loss_TRACES folder, and visualize the tracing from the jupyter notbook TOOLS\spectrum_loss_TRACES\TRACKERS.ipynb

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages