LightTargetedExperiment#

class pyopenms.LightTargetedExperiment#

Bases: object

Cython implementation of _LightTargetedExperiment

Original C++ documentation is available here

__init__()#

Overload:

__init__(self) None

Overload:

__init__(self, in_0: LightTargetedExperiment) None

Methods

Attributes

compounds#
getCompoundByRef(self, ref: bytes) LightCompound#
getCompounds(self) List[LightCompound]#
getPeptideByRef(self, ref: bytes) LightCompound#
getProteins(self) List[LightProtein]#
getTransitions(self) List[LightTransition]#
proteins#
transitions#