AMSE_AdductInfo#
- class pyopenms.AMSE_AdductInfo#
Bases:
objectCython implementation of _AMSE_AdductInfo
Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1AMSE_AdductInfo.html
- __init__()#
Cython signature: void AMSE_AdductInfo(const String & name, EmpiricalFormula & adduct, int charge, unsigned int mol_multiplier)
Methods
Cython signature: void AMSE_AdductInfo(const String & name, EmpiricalFormula & adduct, int charge, unsigned int mol_multiplier)
Cython signature: int getCharge()
Cython signature: double getMZ(double neutral_mass)
Cython signature: String getName()
Cython signature: double getNeutralMass(double observed_mz)
Cython signature: bool isCompatible(EmpiricalFormula db_entry)
- getCharge()#
Cython signature: int getCharge()
- getMZ()#
Cython signature: double getMZ(double neutral_mass)
- getName()#
Cython signature: String getName()
- getNeutralMass()#
Cython signature: double getNeutralMass(double observed_mz)
- isCompatible()#
Cython signature: bool isCompatible(EmpiricalFormula db_entry)