GNPS types module

Holds the mapping for the adducts abd the acceptable keys for gnps.

class modifinder.utilities.gnps_types.SpectrumTuple(precursor_mz, precursor_charge, mz, intensity)

Bases: tuple

intensity

Alias for field number 3

mz

Alias for field number 2

precursor_charge

Alias for field number 1

precursor_mz

Alias for field number 0