LightCompound

class pyopenms.LightCompound

Bases: object

Cython implementation of _LightCompound

Original C++ documentation is available here

__init__()

Overload:

__init__(self) None

Overload:

__init__(self, in_0: LightCompound) None

Methods

__init__

Overload:

getChargeState(self)

getDriftTime(self)

isPeptide(self)

setChargeState(self, ch)

setDriftTime(self, d)

Attributes

charge

compound_name

drift_time

id

modifications

peptide_group_label

protein_refs

rt

sequence

sum_formula

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