LightCompound#
- class pyopenms.LightCompound#
Bases:
objectCython implementation of _LightCompound
Original C++ documentation is available here
- __init__()#
Overload:
- __init__(self) None
Overload:
- __init__(self, in_0: LightCompound) None
Methods
Overload:
getChargeState(self)getDriftTime(self)isPeptide(self)setChargeState(self, ch)setDriftTime(self, d)Attributes
- charge#
- compound_name#
- drift_time#
- getChargeState(self) int#
- getDriftTime(self) float#
- id#
- isPeptide(self) bool#
- modifications#
- peptide_group_label#
- protein_refs#
- rt#
- sequence#
- setChargeState(self, ch: int) None#
- setDriftTime(self, d: float) None#
- sum_formula#