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[Union[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) Union[bytes, str, String]
getOutputBasename(self) Union[bytes, str, String]