public class NoDigestionCombinationIterator extends Object implements SequenceIterator
Constructor and Description |
---|
NoDigestionCombinationIterator(ProteinIteratorUtils proteinIteratorUtils,
String proteinSequence,
Double massMin,
Double massMax)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
PeptideWithPosition |
getNextPeptide()
Returns the next peptide that can be generated from the iterator.
|
public NoDigestionCombinationIterator(ProteinIteratorUtils proteinIteratorUtils, String proteinSequence, Double massMin, Double massMax)
proteinIteratorUtils
- utils for the creation of the peptidesproteinSequence
- the sequence to iteratemassMin
- the minimal mass of a peptidemassMax
- the maximal mass of a peptidepublic PeptideWithPosition getNextPeptide() throws InterruptedException
SequenceIterator
getNextPeptide
in interface SequenceIterator
InterruptedException
- exception thrown if a thread is
interruptedCopyright © 2018. All rights reserved.