CompNovoIdentification#
- class pyopenms.CompNovoIdentification#
Bases:
object
Cython implementation of _CompNovoIdentification
- Original C++ documentation is available here
– Inherits from [‘DefaultParamHandler’]
- __init__()#
Overload:
- __init__(self) None
Overload:
- __init__(self, in_0: CompNovoIdentification) None
Methods
Overload:
getDefaults
(self)Returns the default parameters
getIdentification
(self, id, cid_spec, etd_spec)Performs and returns de novo identifications
getIdentifications
(self, ids, in_1)Performs and returns de novo identifications
getName
(self)Returns the name
getParameters
(self)Returns the parameters
getSubsections
(self)setName
(self, in_0)Sets the name
setParameters
(self, param)Sets the parameters
- getIdentification(self, id: PeptideIdentification, cid_spec: MSSpectrum, etd_spec: MSSpectrum) None #
Performs and returns de novo identifications
- getIdentifications(self, ids: List[PeptideIdentification], in_1: MSExperiment) None #
Performs and returns de novo identifications
- getSubsections(self) List[bytes] #