PeptideIndexing

class pyopenms.PeptideIndexing

Bases: object

Cython implementation of _PeptideIndexing

Original C++ documentation is available here

– Inherits from [‘DefaultParamHandler’]

__init__()

Overload:

__init__(self) None

Overload:

__init__(self, in_0: PeptideIndexing) None

Methods

__init__

Overload:

getDecoyString(self)

getDefaults(self)

Returns the default parameters

getName(self)

Returns the name

getParameters(self)

Returns the parameters

getSubsections(self)

isPrefix(self)

run(self, proteins, prot_ids, pep_ids)

setName(self, in_0)

Sets the name

setParameters(self, param)

Sets the parameters

PeptideIndexing_ExitCodes

alias of pyopenms._pyopenms_1.__PeptideIndexing_ExitCodes

getDecoyString(self) Union[bytes, str, String]
getDefaults(self) Param

Returns the default parameters

getName(self) Union[bytes, str, String]

Returns the name

getParameters(self) Param

Returns the parameters

getSubsections(self) List[bytes]
isPrefix(self) bool
run(self, proteins: List[FASTAEntry], prot_ids: List[ProteinIdentification], pep_ids: List[PeptideIdentification]) int
setName(self, in_0: Union[bytes, str, String]) None

Sets the name

setParameters(self, param: Param) None

Sets the parameters