AMSE_AdductInfo#

class pyopenms.AMSE_AdductInfo#

Bases: object

Cython 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

__init__

Cython signature: void AMSE_AdductInfo(const String & name, EmpiricalFormula & adduct, int charge, unsigned int mol_multiplier)

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)

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)