예제 #1
0
 public override Peptide CreatePeptideIdentityObj()
 {
     return(PeptideLibraryKeys.First().CreatePeptideIdentityObj());
 }
예제 #2
0
 public ImmutableList <string> GetUnmodifiedSequences()
 {
     return(ImmutableList.ValueOf(PeptideLibraryKeys.Select(key => key.UnmodifiedSequence)));
 }
예제 #3
0
 public override LibraryKey StripModifications()
 {
     return(PeptideLibraryKeys.First().StripModifications());
 }