Skip to content
Snippets Groups Projects
Commit f29c5b92 authored by Olivier Langella's avatar Olivier Langella
Browse files

doxygen documentation

parent bc715280
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,8 @@ public:
PtmGroupingExperiment();
~PtmGroupingExperiment();
/** @brief choose validation state of peptide to use in PTM grouping experiment
*/
void setValidationState(ValidationState validation_state);
void addProteinMatch(const ProteinMatch* p_protein_match);
void startGrouping();
......
......@@ -79,6 +79,8 @@ private:
std::vector<unsigned int> _position_list;
unsigned int _protein_stop=0;
unsigned int _protein_start=0;
/** @brief protein rank number in the PTM subgroup
* */
unsigned int _prot_number=0;
PtmIslandSubgroup * _ptm_island_subgroup_p = nullptr;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment