Package | Description |
---|---|
com.compomics.util.experiment.identification.protein_sequences.digestion |
This package contains classes used to digest protein sequences into peptides.
|
Modifier and Type | Method and Description |
---|---|
Peptide |
PeptideDraft.getPeptide(double massMin,
double massMax,
BoxedObject<Boolean> smallMass)
Returns a peptide from the peptide draft.
|
Peptide |
ProteinIteratorUtils.getPeptideFromProtein(char[] peptideSequence,
String proteinSequence,
int indexOnProtein,
Double massMin,
Double massMax,
BoxedObject<Boolean> smallMass)
Returns a peptide from the given sequence on the given protein.
|
Copyright © 2019. All rights reserved.