RipFileIdentifier#

class pyopenms.RipFileIdentifier#

Bases: object

Cython implementation of _RipFileIdentifier

Original C++ documentation is available here

__init__(self, id_runs: IdentificationRuns, pep_id: PeptideIdentification, file_origin_map: Dict[bytes | str | String, int], origin_annotation_fmt: int, split_ident_runs: bool) None#

Methods

__init__(self, id_runs, pep_id, ...)

getFileOriginIdx(self)

getIdentRunIdx(self)

getOriginFullname(self)

getOutputBasename(self)

getFileOriginIdx(self) int#
getIdentRunIdx(self) int#
getOriginFullname(self) bytes | str | String#
getOutputBasename(self) bytes | str | String#