Package | Description |
---|---|
com.compomics.util.experiment.identification.protein_sequences.digestion.iterators |
This package contains implementations of the SequenceIterator interface.
|
Constructor and Description |
---|
NoDigestionCombinationIterator(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.
|
Copyright © 2019. All rights reserved.