XFDRAlgorithm#
- class pyopenms.XFDRAlgorithm#
Bases:
objectCython implementation of _XFDRAlgorithm
- Original C++ documentation is available here
– Inherits from [‘DefaultParamHandler’]
- __init__()#
Overload:
- __init__(self) None
Overload:
- __init__(self, in_0: XFDRAlgorithm) None
Methods
Overload:
getDefaults(self)Returns the default parameters
getName(self)Returns the name
getParameters(self)Returns the parameters
getSubsections(self)run(self, peptide_ids, protein_id)setName(self, in_0)Sets the name
setParameters(self, param)Sets the parameters
validateClassArguments(self)- XFDRAlgorithm_ExitCodes#
alias of
__XFDRAlgorithm_ExitCodes
- getSubsections(self) List[bytes]#
- run(self, peptide_ids: List[PeptideIdentification], protein_id: ProteinIdentification) int#
- validateClassArguments(self) int#