LightTargetedExperiment#

class pyopenms.LightTargetedExperiment#

Bases: object

Cython implementation of _LightTargetedExperiment

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

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

  • Cython signature: void LightTargetedExperiment(LightTargetedExperiment &)

Methods

__init__

  • Cython signature: void LightTargetedExperiment()

getCompoundByRef

Cython signature: LightCompound getCompoundByRef(libcpp_string & ref)

getCompounds

Cython signature: libcpp_vector[LightCompound] getCompounds()

getPeptideByRef

Cython signature: LightCompound getPeptideByRef(libcpp_string & ref)

getProteins

Cython signature: libcpp_vector[LightProtein] getProteins()

getTransitions

Cython signature: libcpp_vector[LightTransition] getTransitions()

Attributes

compounds#
getCompoundByRef()#

Cython signature: LightCompound getCompoundByRef(libcpp_string & ref)

getCompounds()#

Cython signature: libcpp_vector[LightCompound] getCompounds()

getPeptideByRef()#

Cython signature: LightCompound getPeptideByRef(libcpp_string & ref)

getProteins()#

Cython signature: libcpp_vector[LightProtein] getProteins()

getTransitions()#

Cython signature: libcpp_vector[LightTransition] getTransitions()

proteins#
transitions#