TargetedExperiment_Instrument

class pyopenms.TargetedExperiment_Instrument

Bases: object

Cython implementation of _TargetedExperiment_Instrument

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

__init__()
  • Cython signature: void TargetedExperiment_Instrument()

  • Cython signature: void TargetedExperiment_Instrument(TargetedExperiment_Instrument &)

Methods

__init__

  • Cython signature: void TargetedExperiment_Instrument()

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

id

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)

id
metaValueExists()
  • Cython signature: bool metaValueExists(String)

  • Cython signature: bool metaValueExists(unsigned int)

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)