PSProteinInference

class pyopenms.PSProteinInference

Bases: object

Cython implementation of _PSProteinInference

Original C++ documentation is available here

__init__()

Overload:

__init__(self) None

Overload:

__init__(self, in_0: PSProteinInference) None

Methods

__init__

Overload:

calculateProteinProbabilities(self, ids)

findMinimalProteinList(self, peptide_ids)

getNumberOfProtIds(self, protein_id_threshold)

getProteinProbability(self, acc)

getSolver(self)

isProteinInMinimalList(self, acc)

calculateProteinProbabilities(self, ids: List[PeptideIdentification]) None
findMinimalProteinList(self, peptide_ids: List[PeptideIdentification]) int
getNumberOfProtIds(self, protein_id_threshold: float) int
getProteinProbability(self, acc: Union[bytes, str, String]) float
getSolver(self) int
isProteinInMinimalList(self, acc: Union[bytes, str, String]) bool