LightCompound

class pyopenms.LightCompound

Bases: object

Cython implementation of _LightCompound

Documentation is available at http://www.openms.de/current_doxygen/html/classOpenSwath_1_1LightCompound.html

__init__()
  • Cython signature: void LightCompound()

  • Cython signature: void LightCompound(LightCompound &)

Methods

__init__

  • Cython signature: void LightCompound()

getChargeState

Cython signature: int getChargeState()

getDriftTime

Cython signature: double getDriftTime()

isPeptide

Cython signature: bool isPeptide()

setChargeState

Cython signature: void setChargeState(int ch)

setDriftTime

Cython signature: void setDriftTime(double d)

Attributes

charge

compound_name

drift_time

id

modifications

peptide_group_label

protein_refs

rt

sequence

sum_formula

charge
compound_name
drift_time
getChargeState()

Cython signature: int getChargeState()

getDriftTime()

Cython signature: double getDriftTime()

id
isPeptide()

Cython signature: bool isPeptide()

modifications
peptide_group_label
protein_refs
rt
sequence
setChargeState()

Cython signature: void setChargeState(int ch)

setDriftTime()

Cython signature: void setDriftTime(double d)

sum_formula