Digestion

class pyopenms.Digestion

Bases: object

Cython implementation of _Digestion

Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1Digestion.html

__init__()
  • Cython signature: void Digestion()

  • Cython signature: void Digestion(Digestion &)

Methods

__init__

  • Cython signature: void Digestion()

getDigestionTime

Cython signature: double getDigestionTime() Returns the digestion time in minutes (default is 0.0)

getEnzyme

Cython signature: String getEnzyme() Returns the enzyme name (default is "")

getPh

Cython signature: double getPh() Returns the pH value (default is 0.0)

getTemperature

Cython signature: double getTemperature() Returns the temperature during digestion in degree C (default is 0.0)

setDigestionTime

Cython signature: void setDigestionTime(double digestion_time) Sets the digestion time in minutes

setEnzyme

Cython signature: void setEnzyme(const String & enzyme) Sets the enzyme name

setPh

Cython signature: void setPh(double ph) Sets the pH value

setTemperature

Cython signature: void setTemperature(double temperature) Sets the temperature during digestion in degree C

getDigestionTime()

Cython signature: double getDigestionTime() Returns the digestion time in minutes (default is 0.0)

getEnzyme()

Cython signature: String getEnzyme() Returns the enzyme name (default is “”)

getPh()

Cython signature: double getPh() Returns the pH value (default is 0.0)

getTemperature()

Cython signature: double getTemperature() Returns the temperature during digestion in degree C (default is 0.0)

setDigestionTime()

Cython signature: void setDigestionTime(double digestion_time) Sets the digestion time in minutes

setEnzyme()

Cython signature: void setEnzyme(const String & enzyme) Sets the enzyme name

setPh()

Cython signature: void setPh(double ph) Sets the pH value

setTemperature()

Cython signature: void setTemperature(double temperature) Sets the temperature during digestion in degree C