Adduct

class pyopenms.Adduct

Bases: object

Cython 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

__init__

  • Cython signature: void Adduct()

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)

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)