MRMTransitionGroupCP
- class pyopenms.MRMTransitionGroupCP
Bases:
objectCython implementation of _MRMTransitionGroup[_MSChromatogram,_ReactionMonitoringTransition]
Original C++ documentation is available here
- __init__()
Overload:
- __init__(self) None
Overload:
- __init__(self, in_0: MRMTransitionGroupCP) None
Methods
Overload:
addChromatogram(self, chromatogram, key)addFeature(self, feature)addPrecursorChromatogram(self, chromatogram, key)addTransition(self, transition, key)chromatogramIdsMatch(self)getBestFeature(self)getChromatogram(self, key)getChromatograms(self)getFeatures(self)getFeaturesMuteable(self)getLibraryIntensity(self, result)getPrecursorChromatogram(self, key)getTransition(self, key)getTransitionGroupID(self)getTransitions(self)getTransitionsMuteable(self)hasChromatogram(self, key)hasPrecursorChromatogram(self, key)hasTransition(self, key)isInternallyConsistent(self)setTransitionGroupID(self, tr_gr_id)size(self)subset(self, tr_ids)- addChromatogram(self, chromatogram: MSChromatogram, key: Union[bytes, str, String]) None
- addFeature(self, feature: MRMFeature) None
- addPrecursorChromatogram(self, chromatogram: MSChromatogram, key: Union[bytes, str, String]) None
- addTransition(self, transition: ReactionMonitoringTransition, key: Union[bytes, str, String]) None
- chromatogramIdsMatch(self) bool
- getBestFeature(self) MRMFeature
- getChromatogram(self, key: Union[bytes, str, String]) MSChromatogram
- getChromatograms(self) List[MSChromatogram]
- getFeatures(self) List[MRMFeature]
- getFeaturesMuteable(self) List[MRMFeature]
- getLibraryIntensity(self, result: List[float]) None
- getPrecursorChromatogram(self, key: Union[bytes, str, String]) MSChromatogram
- getPrecursorChromatograms(self) List[MSChromatogram]
- getTransition(self, key: Union[bytes, str, String]) ReactionMonitoringTransition
- getTransitions(self) List[ReactionMonitoringTransition]
- getTransitionsMuteable(self) List[ReactionMonitoringTransition]
- isInternallyConsistent(self) bool
- size(self) int
- subset(self, tr_ids: List[Union[bytes, str]]) MRMTransitionGroupCP