示例#1
0
 public IndexingResults(List <CompactPeptide> peptideIndex, List <int>[] fragmentIndex, IndexingEngine indexParams) : base(indexParams)
 {
     this.PeptideIndex  = peptideIndex;
     this.FragmentIndex = fragmentIndex;
 }
示例#2
0
 public IndexingResults(List <PeptideWithSetModifications> peptideIndex, List <int>[] fragmentIndex, List <int>[] precursorIndex, IndexingEngine indexParams) : base(indexParams)
 {
     PeptideIndex   = peptideIndex;
     FragmentIndex  = fragmentIndex;
     PrecursorIndex = precursorIndex;
 }