IDRipper#
- class pyopenms.IDRipper#
Bases:
objectCython implementation of _IDRipper
- Original C++ documentation is available here
– Inherits from [‘DefaultParamHandler’]
- __init__(self) None#
Ripping protein/peptide identification according their file origin
Methods
__init__(self)Ripping protein/peptide identification according their file origin
getDefaults(self)Returns the default parameters
getName(self)Returns the name
getParameters(self)Returns the parameters
getSubsections(self)rip(self, rfis, rfcs, proteins, peptides, ...)setName(self, in_0)Sets the name
setParameters(self, param)Sets the parameters
- getSubsections(self) List[bytes]#
- rip(self, rfis: List[RipFileIdentifier], rfcs: List[RipFileContent], proteins: List[ProteinIdentification], peptides: PeptideIdentificationList, full_split: bool, split_ident_runs: bool) None#