AccurateMassSearchResult#

class pyopenms.AccurateMassSearchResult#

Bases: object

Cython implementation of _AccurateMassSearchResult

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

__init__()#

Cython signature: void AccurateMassSearchResult()

Methods

__init__

Cython signature: void AccurateMassSearchResult()

getCalculatedMZ

Cython signature: double getCalculatedMZ()

getCharge

Cython signature: double getCharge()

getFormulaString

Cython signature: String getFormulaString()

getFoundAdduct

Cython signature: String getFoundAdduct()

getFoundMass

Cython signature: double getFoundMass()

getIndividualIntensities

Cython signature: libcpp_vector[double] getIndividualIntensities()

getIsotopesSimScore

Cython signature: double getIsotopesSimScore()

getMZErrorPPM

Cython signature: double getMZErrorPPM()

getMasstraceIntensities

Cython signature: libcpp_vector[double] getMasstraceIntensities()

getMatchingHMDBids

Cython signature: libcpp_vector[String] getMatchingHMDBids()

getMatchingIndex

Cython signature: double getMatchingIndex()

getObservedIntensity

Cython signature: double getObservedIntensity()

getObservedMZ

Cython signature: double getObservedMZ()

getObservedRT

Cython signature: double getObservedRT()

getQueryMass

Cython signature: double getQueryMass()

getSourceFeatureIndex

Cython signature: size_t getSourceFeatureIndex()

setCalculatedMZ

Cython signature: void setCalculatedMZ(double & m)

setCharge

Cython signature: void setCharge(double & ch)

setEmpiricalFormula

Cython signature: void setEmpiricalFormula(const String & ep)

setFoundAdduct

Cython signature: void setFoundAdduct(const String & add)

setFoundMass

Cython signature: void setFoundMass(double & m)

setIndividualIntensities

Cython signature: void setIndividualIntensities(libcpp_vector[double])

setIsotopesSimScore

Cython signature: void setIsotopesSimScore(double & sim_score)

setMZErrorPPM

Cython signature: void setMZErrorPPM(double & ppm)

setMasstraceIntensities

Cython signature: void setMasstraceIntensities(libcpp_vector[double] &)

setMatchingHMDBids

Cython signature: void setMatchingHMDBids(libcpp_vector[String] & match_ids)

setMatchingIndex

Cython signature: void setMatchingIndex(double & idx)

setObservedIntensity

Cython signature: void setObservedIntensity(double & intensity)

setObservedMZ

Cython signature: void setObservedMZ(double & m)

setObservedRT

Cython signature: void setObservedRT(double & rt)

setQueryMass

Cython signature: void setQueryMass(double & m)

setSourceFeatureIndex

Cython signature: void setSourceFeatureIndex(size_t)

getCalculatedMZ()#

Cython signature: double getCalculatedMZ()

getCharge()#

Cython signature: double getCharge()

getFormulaString()#

Cython signature: String getFormulaString()

getFoundAdduct()#

Cython signature: String getFoundAdduct()

getFoundMass()#

Cython signature: double getFoundMass()

getIndividualIntensities()#

Cython signature: libcpp_vector[double] getIndividualIntensities()

getIsotopesSimScore()#

Cython signature: double getIsotopesSimScore()

getMZErrorPPM()#

Cython signature: double getMZErrorPPM()

getMasstraceIntensities()#

Cython signature: libcpp_vector[double] getMasstraceIntensities()

getMatchingHMDBids()#

Cython signature: libcpp_vector[String] getMatchingHMDBids()

getMatchingIndex()#

Cython signature: double getMatchingIndex()

getObservedIntensity()#

Cython signature: double getObservedIntensity()

getObservedMZ()#

Cython signature: double getObservedMZ()

getObservedRT()#

Cython signature: double getObservedRT()

getQueryMass()#

Cython signature: double getQueryMass()

getSourceFeatureIndex()#

Cython signature: size_t getSourceFeatureIndex()

setCalculatedMZ()#

Cython signature: void setCalculatedMZ(double & m)

setCharge()#

Cython signature: void setCharge(double & ch)

setEmpiricalFormula()#

Cython signature: void setEmpiricalFormula(const String & ep)

setFoundAdduct()#

Cython signature: void setFoundAdduct(const String & add)

setFoundMass()#

Cython signature: void setFoundMass(double & m)

setIndividualIntensities()#

Cython signature: void setIndividualIntensities(libcpp_vector[double])

setIsotopesSimScore()#

Cython signature: void setIsotopesSimScore(double & sim_score)

setMZErrorPPM()#

Cython signature: void setMZErrorPPM(double & ppm)

setMasstraceIntensities()#

Cython signature: void setMasstraceIntensities(libcpp_vector[double] &)

setMatchingHMDBids()#

Cython signature: void setMatchingHMDBids(libcpp_vector[String] & match_ids)

setMatchingIndex()#

Cython signature: void setMatchingIndex(double & idx)

setObservedIntensity()#

Cython signature: void setObservedIntensity(double & intensity)

setObservedMZ()#

Cython signature: void setObservedMZ(double & m)

setObservedRT()#

Cython signature: void setObservedRT(double & rt)

setQueryMass()#

Cython signature: void setQueryMass(double & m)

setSourceFeatureIndex()#

Cython signature: void setSourceFeatureIndex(size_t)