LightTargetedExperiment#
- class pyopenms.LightTargetedExperiment#
Bases:
objectCython 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
Cython signature: void LightTargetedExperiment()
Cython signature: LightCompound getCompoundByRef(libcpp_string & ref)
Cython signature: libcpp_vector[LightCompound] getCompounds()
Cython signature: LightCompound getPeptideByRef(libcpp_string & ref)
Cython signature: libcpp_vector[LightProtein] getProteins()
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#