#include <grpsubgroup.h>
Definition at line 61 of file grpsubgroup.h.
◆ GrpSubGroup() [1/2]
| pappso::GrpSubGroup::GrpSubGroup |
( |
GrpProtein * |
p_protein | ) |
|
◆ GrpSubGroup() [2/2]
| pappso::GrpSubGroup::GrpSubGroup |
( |
const GrpSubGroup & |
other | ) |
|
◆ ~GrpSubGroup()
| pappso::GrpSubGroup::~GrpSubGroup |
( |
| ) |
|
◆ getFirstAccession()
| const QString & pappso::GrpSubGroup::getFirstAccession |
( |
| ) |
const |
◆ getGroupingId()
| const QString pappso::GrpSubGroup::getGroupingId |
( |
| ) |
const |
◆ getGroupNumber()
| unsigned int pappso::GrpSubGroup::getGroupNumber |
( |
| ) |
const |
◆ getGrpProteinList()
| const std::vector< GrpProtein * > & pappso::GrpSubGroup::getGrpProteinList |
( |
| ) |
const |
◆ getPeptideSet()
| const GrpPeptideSet & pappso::GrpSubGroup::getPeptideSet |
( |
| ) |
const |
◆ getSubGroupNumber()
| unsigned int pappso::GrpSubGroup::getSubGroupNumber |
( |
| ) |
const |
◆ includes()
| bool pappso::GrpSubGroup::includes |
( |
const GrpSubGroup * |
p_subgroup | ) |
const |
◆ makeGrpSubGroupSp()
◆ maxCount()
| unsigned int pappso::GrpSubGroup::maxCount |
( |
| ) |
const |
◆ merge()
| bool pappso::GrpSubGroup::merge |
( |
GrpSubGroup * |
p_subgroup | ) |
|
◆ numbering()
| void pappso::GrpSubGroup::numbering |
( |
| ) |
|
Definition at line 218 of file grpsubgroup.cpp.
220 p_protein->setRank(i);
223 qDebug() <<
"GrpSubGroup::numbering end";
231 throw PappsoException(QObject::tr(
"m_grpProteinPtrList is empty"));
235 return (*it)->getAccession();
◆ operator<()
| bool pappso::GrpSubGroup::operator< |
( |
const GrpSubGroup & |
other | ) |
const |
sort subgroups between each other a subgroup containing less peptides is weaker (less) than the other
Definition at line 106 of file grpsubgroup.cpp.
113 return (
maxCount() > other.maxCount());
130 return std::make_shared<GrpSubGroup>(*
this);
133 const GrpPeptideSet &
◆ peptideListSize()
| std::size_t pappso::GrpSubGroup::peptideListSize |
( |
| ) |
const |
◆ setGroupNumber()
| void pappso::GrpSubGroup::setGroupNumber |
( |
unsigned int |
i | ) |
|
◆ setSubGroupNumber()
| void pappso::GrpSubGroup::setSubGroupNumber |
( |
unsigned int |
i | ) |
|
◆ m_groupNumber
| unsigned int pappso::GrpSubGroup::m_groupNumber = 0 |
|
private |
◆ m_grpProteinPtrList
| std::vector<GrpProtein *> pappso::GrpSubGroup::m_grpProteinPtrList |
|
private |
◆ m_peptidePtrList
◆ m_subGroupNumber
| unsigned int pappso::GrpSubGroup::m_subGroupNumber = 0 |
|
private |
The documentation for this class was generated from the following files: