libpappsomspp
Library for mass spectrometry
|
#include <peptideinterface.h>
Public Member Functions | |
virtual const QString | getSequence () const =0 |
amino acid sequence without modification More... | |
virtual bool | isPalindrome () const =0 |
tells if the peptide sequence is a palindrome More... | |
virtual const QString | getSequenceLi () const |
amino acid sequence without modification where L are replaced by I More... | |
virtual unsigned int | size () const =0 |
virtual const QString | getName () const |
virtual const QString | getFormula (unsigned int charge) const final |
virtual bool | matchPeak (PrecisionPtr precision, pappso_double peak_mz, unsigned int charge) const final |
![]() | |
Ion () | |
~Ion () | |
virtual pappso_double | getMass () const =0 |
virtual pappso_double | getMz (unsigned int charge) const final |
![]() | |
virtual int | getNumberOfAtom (AtomIsotopeSurvey atom) const =0 |
get the number of atom C, O, N, H in the molecule More... | |
virtual int | getNumberOfIsotope (Isotope isotope) const =0 |
get the number of isotopes C13, H2, O17, O18, N15, S33, S34, S36 in the molecule More... | |
Definition at line 63 of file peptideinterface.h.
|
finalvirtual |
Definition at line 57 of file peptideinterface.cpp.
|
inlinevirtual |
Reimplemented in pappso::PeptideFragmentIon.
Definition at line 81 of file peptideinterface.h.
|
pure virtual |
amino acid sequence without modification
Implemented in pappso::Peptide, pappso::PeptideFragmentIon, pappso::PeptideFragment, and pappso::PeptideNaturalIsotope.
References pappso::MHPLUS().
|
virtual |
amino acid sequence without modification where L are replaced by I
Definition at line 52 of file peptideinterface.cpp.
|
pure virtual |
tells if the peptide sequence is a palindrome
Implemented in pappso::Peptide, pappso::PeptideFragmentIon, pappso::PeptideFragment, and pappso::PeptideNaturalIsotope.
|
inlinefinalvirtual |
Definition at line 89 of file peptideinterface.h.
|
pure virtual |
Implemented in pappso::Peptide, pappso::PeptideFragmentIon, pappso::PeptideFragment, and pappso::PeptideNaturalIsotope.