LightTransition

class pyopenms.LightTransition

Bases: object

Cython implementation of _LightTransition

Original C++ documentation is available here

__init__()

Overload:

__init__(self) None

Overload:

__init__(self, in_0: LightTransition) None

Methods

__init__

Overload:

getCompoundRef(self)

getLibraryIntensity(self)

getNativeID(self)

getPeptideRef(self)

getPrecursorMZ(self)

getProductChargeState(self)

getProductMZ(self)

isDetectingTransition(self)

isIdentifyingTransition(self)

isProductChargeStateSet(self)

isQuantifyingTransition(self)

setDetectingTransition(self, d)

setIdentifyingTransition(self, i)

setLibraryIntensity(self, l)

setQuantifyingTransition(self, q)

Attributes

decoy

detecting_transition

fragment_charge

identifying_transition

library_intensity

peptide_ref

precursor_mz

product_mz

quantifying_transition

transition_name

decoy
detecting_transition
fragment_charge
getCompoundRef(self) bytes
getLibraryIntensity(self) float
getNativeID(self) bytes
getPeptideRef(self) bytes
getPrecursorMZ(self) float
getProductChargeState(self) int
getProductMZ(self) float
identifying_transition
isDetectingTransition(self) bool
isIdentifyingTransition(self) bool
isProductChargeStateSet(self) bool
isQuantifyingTransition(self) bool
library_intensity
peptide_ref
precursor_mz
product_mz
quantifying_transition
setDetectingTransition(self, d: bool) None
setIdentifyingTransition(self, i: bool) None
setLibraryIntensity(self, l: float) None
setQuantifyingTransition(self, q: bool) None
transition_name