libpappsomspp
Library for mass spectrometry
|
Go to the documentation of this file.
34 : m_accession(accession.simplified()), m_description(description.simplified())
40 : m_grpPeptidePtrList(other.m_grpPeptidePtrList),
41 m_accession(other.m_accession),
42 m_description(other.m_description)
106 return QString(
"%1.%2.%3")
138 qDebug() <<
"GrpProtein::strip begin " << this->
m_accession;
145 qDebug() <<
"GrpProtein::strip end";
void strip()
ensure that each peptide in peptide list is unique and sorted by pointer adress
unsigned int m_groupNumber
unsigned int getRank() const
const QString getGroupingId() const
tries to keep as much as possible monoisotopes, removing any possible C13 peaks
unsigned int getCount() const
unsigned int getSubGroupNumber() const
const QString & getAccession() const
const_iterator begin() const
std::vector< GrpPeptide * > m_grpPeptidePtrList
unsigned int getGroupNumber() const
const QString & getDescription() const
unsigned int m_subGroupNumber
void setGroupNumber(unsigned int i)
bool operator==(const GrpProtein &other) const
const_iterator end() const
const QString m_accession
std::vector< GrpPeptide * >::const_iterator const_iterator
const QString m_description
GrpProtein(const GrpProtein &other)
void setRank(unsigned int i)
void push_back(GrpPeptide *p_grpPeptide)
static const QString getLexicalOrderedString(unsigned int num)
void setSubGroupNumber(unsigned int i)