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

new ods column peptides in group spreadsheet

parent 17a9c4fc
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@ void GroupingSheet::writeIdentificationGroup(IdentificationGroup * p_ident) {
_p_writer->writeCell((unsigned int) p_ident->countGroup());
_p_writer->writeCell((unsigned int) p_ident->countSubGroup());
_p_writer->writeCell(p_ident->countProteinMatch(ValidationState::grouped));
_p_writer->writeCell(p_ident->countPeptideMass(ValidationState::grouped));
_p_writer->writeCell(p_ident->countPeptideMatch(ValidationState::grouped));
//_p_writer->writeCell(p_ident->countSequence(ValidationState::grouped));
_p_writer->writeCell(p_ident->countPeptideMassSample(ValidationState::grouped));
......@@ -74,6 +75,8 @@ void GroupingSheet::writeHeaders() {
_p_writer->writeCell("subgroups");
_p_writer->setCellAnnotation("number of grouped proteins");
_p_writer->writeCell("proteins");
_p_writer->setCellAnnotation("number of distinct grouped peptides in the whole experiment");
_p_writer->writeCell("peptides");
_p_writer->setCellAnnotation("number of peptide hits : each grouped peptide spectrum match given by the identification engine");
_p_writer->writeCell("psm");
//_p_writer->writeCell("sequences");
......
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