AnnotatedMSRun#

class pyopenms.AnnotatedMSRun#

Bases: object

Cython implementation of _AnnotatedMSRun

Original C++ documentation is available here

Class for storing MS run data with peptide and protein identifications

__init__()#

Overload:

__init__(self) None

Overload:

__init__(self, in_0: AnnotatedMSRun) None

Methods

getMSExperiment(self) MSExperiment#
getPeptideIdentifications(self) PeptideIdentificationList#
getProteinIdentifications(self) List[ProteinIdentification]#
setMSExperiment(self, experiment: MSExperiment) None#
setPeptideIdentifications(self, ids: PeptideIdentificationList) None#
setProteinIdentifications(self, ids: List[ProteinIdentification]) None#