Uses of Class
com.compomics.util.experiment.identification.protein_sequences.digestion.ProteinIteratorUtils
Packages that use ProteinIteratorUtils
Package
Description
This package contains implementations of the SequenceIterator interface.
-
Uses of ProteinIteratorUtils in com.compomics.util.experiment.identification.protein_sequences.digestion.iterators
Constructors in com.compomics.util.experiment.identification.protein_sequences.digestion.iterators with parameters of type ProteinIteratorUtilsModifierConstructorDescriptionNoDigestionCombinationIterator(ProteinIteratorUtils proteinIteratorUtils, String proteinSequence, Double massMin, Double massMax) Constructor.NoDigestionIterator(ProteinIteratorUtils proteinIteratorUtils, String sequence, double massMin, double massMax) Constructor.SpecificSingleEnzymeCombinationIterator(ProteinIteratorUtils proteinIteratorUtils, String proteinSequence, Enzyme enzyme, int nMissedCleavages, double massMin, double massMax) Constructor.SpecificSingleEnzymeIterator(ProteinIteratorUtils proteinIteratorUtils, String proteinSequence, Enzyme enzyme, int nMissedCleavages, double massMin, double massMax) Constructor.UnspecificCombinationIterator(ProteinIteratorUtils proteinIteratorUtils, String proteinSequence, double massMin, double massMax) Constructor.UnspecificIterator(ProteinIteratorUtils proteinIteratorUtils, String proteinSequence, double massMin, double massMax) Constructor.