LightTargetedExperiment#
- class pyopenms.LightTargetedExperiment#
Bases:
objectCython implementation of _LightTargetedExperiment
Original C++ documentation is available here
- __init__()#
Overload:
- __init__(self) None
Overload:
- __init__(self, in_0: LightTargetedExperiment) None
Methods
Overload:
getCompoundByRef(self, ref)getCompounds(self)getPeptideByRef(self, ref)getProteins(self)getTransitions(self)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#