XTandemInfile
- class pyopenms.XTandemInfile
Bases:
objectCython implementation of _XTandemInfile
Original C++ documentation is available here
- __init__(self) None
Methods
- ErrorUnit
alias of
pyopenms._pyopenms_1.__ErrorUnit
- MassType
alias of
pyopenms._pyopenms_1.__MassType
- getFragmentMassErrorUnit(self) int
- getFragmentMassTolerance(self) float
- getMaxPrecursorCharge(self) int
- getMaxValidEValue(self) float
- getModifications(self) ModificationDefinitionsSet
- getNumberOfMissedCleavages(self) int
- getNumberOfThreads(self) int
- getPrecursorErrorType(self) int
- getPrecursorMassErrorUnit(self) int
- getPrecursorMassToleranceMinus(self) float
- getPrecursorMassTolerancePlus(self) float
- setAllowIsotopeError(self, allow_isotope_error: bool) None
- setFragmentMassErrorUnit(self, unit: int) None
- setFragmentMassTolerance(self, tolerance: float) None
- setMaxPrecursorCharge(self, max_charge: int) None
- setMaxValidEValue(self, value: float) None
- setModifications(self, mods: ModificationDefinitionsSet) None
- setNumberOfMissedCleavages(self, missed_cleavages: int) None
- setNumberOfThreads(self, threads: int) None
- setPrecursorErrorType(self, mono_isotopic: int) None
- setPrecursorMassErrorUnit(self, unit: int) None
- setPrecursorMassToleranceMinus(self, tol: float) None
- setPrecursorMassTolerancePlus(self, tol: float) None
- setSemiCleavage(self, semi_cleavage: bool) None