TargetedExperiment_Interpretation#

class pyopenms.TargetedExperiment_Interpretation#

Bases: object

Cython implementation of _TargetedExperiment_Interpretation

Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS::TargetedExperimentHelper::RetentionTime::RTUnit_1_1TargetedExperiment_Interpretation.html

__init__()#
  • Cython signature: void TargetedExperiment_Interpretation()

  • Cython signature: void TargetedExperiment_Interpretation(TargetedExperiment_Interpretation &)

Methods

__init__

  • Cython signature: void TargetedExperiment_Interpretation()

addCVTerm

Cython signature: void addCVTerm(CVTerm & term)

consumeCVTerms

Cython signature: void consumeCVTerms(libcpp_map[String,libcpp_vector[CVTerm]] cv_term_map)

empty

Cython signature: bool empty()

getCVTerms

Cython signature: libcpp_map[String,libcpp_vector[CVTerm]] getCVTerms()

getKeys

Cython signature: void getKeys(libcpp_vector[String] & keys)

getKeysAsIntegers

Cython signature: void getKeysAsIntegers(libcpp_vector[unsigned int] & keys)

getMetaValue

  • Cython signature: DataValue getMetaValue(unsigned int)

hasCVTerm

Cython signature: bool hasCVTerm(String accession)

metaValueExists

  • Cython signature: bool metaValueExists(String)

removeMetaValue

  • Cython signature: void removeMetaValue(String)

replaceCVTerm

Cython signature: void replaceCVTerm(CVTerm & term)

replaceCVTerms

  • Cython signature: void replaceCVTerms(libcpp_vector[CVTerm] cv_terms, String accession)

setCVTerms

Cython signature: void setCVTerms(libcpp_vector[CVTerm] & terms)

setMetaValue

  • Cython signature: void setMetaValue(unsigned int, DataValue)

Attributes

addCVTerm()#

Cython signature: void addCVTerm(CVTerm & term)

consumeCVTerms()#

Cython signature: void consumeCVTerms(libcpp_map[String,libcpp_vector[CVTerm]] cv_term_map)

empty()#

Cython signature: bool empty()

getCVTerms()#

Cython signature: libcpp_map[String,libcpp_vector[CVTerm]] getCVTerms()

getKeys()#

Cython signature: void getKeys(libcpp_vector[String] & keys)

getKeysAsIntegers()#

Cython signature: void getKeysAsIntegers(libcpp_vector[unsigned int] & keys)

getMetaValue()#
  • Cython signature: DataValue getMetaValue(unsigned int)

  • Cython signature: DataValue getMetaValue(String)

hasCVTerm()#

Cython signature: bool hasCVTerm(String accession)

iontype#
metaValueExists()#
  • Cython signature: bool metaValueExists(String)

  • Cython signature: bool metaValueExists(unsigned int)

ordinal#
rank#
removeMetaValue()#
  • Cython signature: void removeMetaValue(String)

  • Cython signature: void removeMetaValue(unsigned int)

replaceCVTerm()#

Cython signature: void replaceCVTerm(CVTerm & term)

replaceCVTerms()#
  • Cython signature: void replaceCVTerms(libcpp_vector[CVTerm] cv_terms, String accession)

  • Cython signature: void replaceCVTerms(libcpp_map[String,libcpp_vector[CVTerm]] cv_term_map)

setCVTerms()#

Cython signature: void setCVTerms(libcpp_vector[CVTerm] & terms)

setMetaValue()#
  • Cython signature: void setMetaValue(unsigned int, DataValue)

  • Cython signature: void setMetaValue(String, DataValue)