java.lang.Object
com.compomics.util.experiment.identification.protein_sequences.digestion.iterators.UnspecificCombinationIterator
All Implemented Interfaces:
SequenceIterator

public class UnspecificCombinationIterator extends Object implements SequenceIterator
Iterator for unspecific cleavage.
Author:
Marc Vaudel
  • Constructor Details

    • UnspecificCombinationIterator

      public UnspecificCombinationIterator()
      Empty default constructor
    • UnspecificCombinationIterator

      public UnspecificCombinationIterator(ProteinIteratorUtils proteinIteratorUtils, String proteinSequence, double massMin, double massMax)
      Constructor.
      Parameters:
      proteinIteratorUtils - utils for the creation of the peptides
      proteinSequence - the sequence to iterate
      massMin - the minimal mass of a peptide
      massMax - the maximal mass of a peptide
  • Method Details