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

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

    • UnspecificIterator

      public UnspecificIterator()
      Empty default constructor
    • UnspecificIterator

      public UnspecificIterator​(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