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

javadoc added

parent e063ffda
No related branches found
No related tags found
No related merge requests found
...@@ -222,6 +222,15 @@ public class Group extends HashKey4GroupsSet implements Comparable<Group> { ...@@ -222,6 +222,15 @@ public class Group extends HashKey4GroupsSet implements Comparable<Group> {
return (count); return (count);
} }
/**
* get the number of specific unique peptide sequence for a subgroup in a
* group by MS sample
*
* @param hashProt
* @param sample
* @return
* @throws MSMSException
*/
public int getNumberOfSpecificUniquePeptideInSubGroupGrpMsSample( public int getNumberOfSpecificUniquePeptideInSubGroupGrpMsSample(
HashSampleScanSetProt hashProt, GrpMsSample sample) HashSampleScanSetProt hashProt, GrpMsSample sample)
throws MSMSException { throws MSMSException {
......
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