MapAlignmentTransformer#
- class pyopenms.MapAlignmentTransformer#
Bases:
object
Cython implementation of _MapAlignmentTransformer
Original C++ documentation is available here
This class collects functions for applying retention time transformations to data structures
- __init__()#
Overload:
- __init__(self) None
Overload:
- __init__(self, in_0: MapAlignmentTransformer) None
Methods
Overload:
Overload:
- transformRetentionTimes()#
Overload:
- transformRetentionTimes(self, in_0: MSExperiment, in_1: TransformationDescription, in_2: bool) None
Applies the given transformation to a peak map
Overload:
- transformRetentionTimes(self, in_0: FeatureMap, in_1: TransformationDescription, in_2: bool) None
Applies the given transformation to a feature map
Overload:
- transformRetentionTimes(self, in_0: ConsensusMap, in_1: TransformationDescription, in_2: bool) None
Applies the given transformation to a consensus map
Overload:
- transformRetentionTimes(self, in_0: List[PeptideIdentification], in_1: TransformationDescription, in_2: bool) None
Applies the given transformation to peptide identifications