Adduct#
- class pyopenms.Adduct#
Bases:
objectCython implementation of _Adduct
Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1Adduct.html
- __init__()#
Cython signature: void Adduct()
Cython signature: void Adduct(Adduct &)
Cython signature: void Adduct(int charge)
Cython signature: void Adduct(int charge, int amount, double singleMass, String formula, double log_prob, double rt_shift, String label)
Methods
Cython signature: void Adduct()
Cython signature: int getAmount()
Cython signature: int getCharge()
Cython signature: String getFormula()
Cython signature: String getLabel()
Cython signature: double getLogProb()
Cython signature: double getRTShift()
Cython signature: double getSingleMass()
Cython signature: void setAmount(int amount)
Cython signature: void setCharge(int charge)
Cython signature: void setFormula(String formula)
Cython signature: void setLogProb(double log_prob)
Cython signature: void setSingleMass(double singleMass)
- getAmount()#
Cython signature: int getAmount()
- getCharge()#
Cython signature: int getCharge()
- getFormula()#
Cython signature: String getFormula()
- getLabel()#
Cython signature: String getLabel()
- getLogProb()#
Cython signature: double getLogProb()
- getRTShift()#
Cython signature: double getRTShift()
- getSingleMass()#
Cython signature: double getSingleMass()
- setAmount()#
Cython signature: void setAmount(int amount)
- setCharge()#
Cython signature: void setCharge(int charge)
- setFormula()#
Cython signature: void setFormula(String formula)
- setLogProb()#
Cython signature: void setLogProb(double log_prob)
- setSingleMass()#
Cython signature: void setSingleMass(double singleMass)