public class NoDigestionCombinationIterator extends Object implements SequenceIterator
Constructor and Description |
---|
NoDigestionCombinationIterator()
Empty default constructor
|
NoDigestionCombinationIterator(ProteinIteratorUtils proteinIteratorUtils,
String proteinSequence,
Double massMin,
Double massMax)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ExtendedPeptide |
getNextPeptide()
Returns the next peptide that can be generated from the iterator.
|
public NoDigestionCombinationIterator()
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 ExtendedPeptide getNextPeptide() throws InterruptedException
SequenceIterator
getNextPeptide
in interface SequenceIterator
InterruptedException
- exception thrown if a thread is
interruptedCopyright © 2021. All rights reserved.