#include <peptideinterface.h>
|
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.
◆ getFormula()
const QString pappso::PeptideInterface::getFormula |
( |
unsigned int |
charge | ) |
const |
|
finalvirtual |
◆ getName()
virtual const QString pappso::PeptideInterface::getName |
( |
| ) |
const |
|
inlinevirtual |
◆ getSequence()
virtual const QString pappso::PeptideInterface::getSequence |
( |
| ) |
const |
|
pure virtual |
◆ getSequenceLi()
const QString pappso::PeptideInterface::getSequenceLi |
( |
| ) |
const |
|
virtual |
amino acid sequence without modification where L are replaced by I
Definition at line 52 of file peptideinterface.cpp.
◆ isPalindrome()
virtual bool pappso::PeptideInterface::isPalindrome |
( |
| ) |
const |
|
pure virtual |
◆ matchPeak()
virtual bool pappso::PeptideInterface::matchPeak |
( |
PrecisionPtr |
precision, |
|
|
pappso_double |
peak_mz, |
|
|
unsigned int |
charge |
|
) |
| const |
|
inlinefinalvirtual |
◆ size()
virtual unsigned int pappso::PeptideInterface::size |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following files: