Package | Description |
---|---|
com.compomics.util.experiment.identification.protein_sequences.digestion |
This package contains classes used to digest protein sequences into peptides.
|
com.compomics.util.experiment.identification.protein_sequences.digestion.iterators |
This package contains implementations of the SequenceIterator interface.
|
Modifier and Type | Method and Description |
---|---|
PeptideWithPosition |
SequenceIterator.getNextPeptide()
Returns the next peptide that can be generated from the iterator.
|
Modifier and Type | Method and Description |
---|---|
PeptideWithPosition |
UnspecificIterator.getNextPeptide() |
PeptideWithPosition |
UnspecificCombinationIterator.getNextPeptide() |
PeptideWithPosition |
SpecificSingleEnzymeIterator.getNextPeptide() |
PeptideWithPosition |
SpecificSingleEnzymeCombinationIterator.getNextPeptide() |
PeptideWithPosition |
NoDigestionIterator.getNextPeptide() |
PeptideWithPosition |
NoDigestionCombinationIterator.getNextPeptide() |
Copyright © 2019. All rights reserved.