PeptideEvidence
- class pyopenms.PeptideEvidence
Bases:
objectCython implementation of _PeptideEvidence
Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1PeptideEvidence.html
- __init__()
Cython signature: void PeptideEvidence()
Cython signature: void PeptideEvidence(PeptideEvidence &)
Methods
Cython signature: void PeptideEvidence()
Cython signature: char getAAAfter() Returns the amino acid single letter code after the sequence (subsequent amino acid in the protein).
Cython signature: char getAABefore() Returns the amino acid single letter code before the sequence (preceding amino acid in the protein).
Cython signature: int getEnd() Returns the position of the last AA of the peptide in protein coordinates (starting at 0 for the N-terminus).
Cython signature: String getProteinAccession() Returns the protein accession the peptide matches to.
Cython signature: int getStart() Returns the position in the protein (starting at 0 for the N-terminus).
Cython signature: bool hasValidLimits() Start and end numbers in evidence represent actual numeric indices
Cython signature: void setAAAfter(char rhs) Sets the amino acid single letter code after the sequence (subsequent amino acid in the protein).
Cython signature: void setAABefore(char rhs) Sets the amino acid single letter code before the sequence (preceding amino acid in the protein).
Cython signature: void setEnd(int end) Sets the position of the last AA of the peptide in protein coordinates (starting at 0 for the N-terminus).
Cython signature: void setProteinAccession(String s) Sets the protein accession the peptide matches to.
Cython signature: void setStart(int start) Sets the position of the last AA of the peptide in protein coordinates (starting at 0 for the N-terminus).
- getAAAfter()
Cython signature: char getAAAfter() Returns the amino acid single letter code after the sequence (subsequent amino acid in the protein). If not available, UNKNOWN_AA is returned. If C-terminal, C_TERMINAL_AA is returned
- getAABefore()
Cython signature: char getAABefore() Returns the amino acid single letter code before the sequence (preceding amino acid in the protein). If not available, UNKNOWN_AA is returned. If N-terminal, N_TERMINAL_AA is returned
- getEnd()
Cython signature: int getEnd() Returns the position of the last AA of the peptide in protein coordinates (starting at 0 for the N-terminus). If not available UNKNOWN_POSITION constant is returned
- getProteinAccession()
Cython signature: String getProteinAccession() Returns the protein accession the peptide matches to. If not available the empty string is returned
- getStart()
Cython signature: int getStart() Returns the position in the protein (starting at 0 for the N-terminus). If not available UNKNOWN_POSITION constant is returned
- hasValidLimits()
Cython signature: bool hasValidLimits() Start and end numbers in evidence represent actual numeric indices
- setAAAfter()
Cython signature: void setAAAfter(char rhs) Sets the amino acid single letter code after the sequence (subsequent amino acid in the protein). If not available, set to UNKNOWN_AA. If C-terminal set to C_TERMINAL_AA
- setAABefore()
Cython signature: void setAABefore(char rhs) Sets the amino acid single letter code before the sequence (preceding amino acid in the protein). If not available, set to UNKNOWN_AA. If N-terminal set to N_TERMINAL_AA
- setEnd()
Cython signature: void setEnd(int end) Sets the position of the last AA of the peptide in protein coordinates (starting at 0 for the N-terminus). If not available, set UNKNOWN_POSITION. C-terminal positions must be marked with C_TERMINAL_AA
- setProteinAccession()
Cython signature: void setProteinAccession(String s) Sets the protein accession the peptide matches to. If not available set to empty string
- setStart()
Cython signature: void setStart(int start) Sets the position of the last AA of the peptide in protein coordinates (starting at 0 for the N-terminus). If not available, set to UNKNOWN_POSITION. N-terminal positions must be marked with N_TERMINAL_AA