PSProteinInference#
- class pyopenms.PSProteinInference#
Bases:
objectCython implementation of _PSProteinInference
Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1PSProteinInference.html
- __init__()#
Cython signature: void PSProteinInference()
Cython signature: void PSProteinInference(PSProteinInference &)
Methods
Cython signature: void PSProteinInference()
Cython signature: void calculateProteinProbabilities(libcpp_vector[PeptideIdentification] & ids)
Cython signature: size_t findMinimalProteinList(libcpp_vector[PeptideIdentification] & peptide_ids)
Cython signature: int getNumberOfProtIds(double protein_id_threshold)
Cython signature: double getProteinProbability(const String & acc)
Cython signature: SOLVER getSolver()
Cython signature: bool isProteinInMinimalList(const String & acc)
- calculateProteinProbabilities()#
Cython signature: void calculateProteinProbabilities(libcpp_vector[PeptideIdentification] & ids)
- findMinimalProteinList()#
Cython signature: size_t findMinimalProteinList(libcpp_vector[PeptideIdentification] & peptide_ids)
- getNumberOfProtIds()#
Cython signature: int getNumberOfProtIds(double protein_id_threshold)
- getProteinProbability()#
Cython signature: double getProteinProbability(const String & acc)
- getSolver()#
Cython signature: SOLVER getSolver()
- isProteinInMinimalList()#
Cython signature: bool isProteinInMinimalList(const String & acc)