libpappsomspp
Library for mass spectrometry
|
#include <obopsimod.h>
Public Member Functions | |
bool | isValid () const |
Public Attributes | |
QString | m_accession |
QString | m_name |
QString | m_psiModLabel |
QString | m_psiMsLabel |
QString | m_diffFormula |
QString | m_origin |
pappso_double | m_diffMono |
Private Member Functions | |
void | parseLine (const QString &line) |
void | clearTerm () |
Private Attributes | |
friend | OboPsiMod |
Static Private Attributes | |
static QRegExp | m_firstParse |
static QRegExp | m_findExactPsiModLabel |
static QRegExp | m_findRelatedPsiMsLabel |
Definition at line 35 of file obopsimod.h.
|
private |
Definition at line 119 of file obopsimod.cpp.
References m_accession, m_diffFormula, m_diffMono, m_name, m_origin, and m_psiModLabel.
Referenced by pappso::OboPsiMod::parse().
|
inline |
Definition at line 58 of file obopsimod.h.
|
private |
Definition at line 51 of file obopsimod.cpp.
References m_accession, m_diffFormula, m_diffMono, m_findExactPsiModLabel, m_findRelatedPsiMsLabel, m_firstParse, m_name, m_origin, m_psiModLabel, and m_psiMsLabel.
Referenced by pappso::OboPsiMod::parse().
QString pappso::OboPsiModTerm::m_accession |
Definition at line 48 of file obopsimod.h.
Referenced by clearTerm(), pappso::AaModification::createInstance(), pappso::AaModification::getInstance(), parseLine(), and pappso::FilterOboPsiModTermAccession::setOboPsiModTerm().
QString pappso::OboPsiModTerm::m_diffFormula |
Definition at line 52 of file obopsimod.h.
Referenced by clearTerm(), pappso::AaModification::createInstance(), and parseLine().
pappso_double pappso::OboPsiModTerm::m_diffMono |
Definition at line 55 of file obopsimod.h.
Referenced by clearTerm(), pappso::AaModification::createInstance(), parseLine(), and pappso::FilterOboPsiModTermDiffMono::setOboPsiModTerm().
|
staticprivate |
Definition at line 44 of file obopsimod.h.
Referenced by parseLine().
|
staticprivate |
Definition at line 45 of file obopsimod.h.
Referenced by parseLine().
|
staticprivate |
Definition at line 43 of file obopsimod.h.
Referenced by parseLine().
QString pappso::OboPsiModTerm::m_name |
Definition at line 49 of file obopsimod.h.
Referenced by clearTerm(), pappso::AaModification::createInstance(), parseLine(), and pappso::FilterOboPsiModTermName::setOboPsiModTerm().
QString pappso::OboPsiModTerm::m_origin |
Definition at line 53 of file obopsimod.h.
Referenced by clearTerm(), pappso::AaModification::createInstance(), and parseLine().
QString pappso::OboPsiModTerm::m_psiModLabel |
Definition at line 50 of file obopsimod.h.
Referenced by clearTerm(), parseLine(), and pappso::FilterOboPsiModTermLabel::setOboPsiModTerm().
QString pappso::OboPsiModTerm::m_psiMsLabel |
Definition at line 51 of file obopsimod.h.
Referenced by parseLine(), and pappso::FilterOboPsiModTermLabel::setOboPsiModTerm().
|
private |
Definition at line 37 of file obopsimod.h.