Class ExtendedPeptide
java.lang.Object
com.compomics.util.experiment.identification.protein_sequences.digestion.ExtendedPeptide
This class packages together a peptide, its fixed modifications and its position on the protein.
- Author:
- Marc Vaudel
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEmpty default constructorExtendedPeptide(Peptide peptide, int position, String[] fixedModifications) Constructor. -
Method Summary
-
Field Details
-
peptide
The peptide. -
position
public final int positionThe position of the peptide on the protein. -
fixedModifications
The fixed modifications of the peptide.
-
-
Constructor Details
-
ExtendedPeptide
public ExtendedPeptide()Empty default constructor -
ExtendedPeptide
Constructor.- Parameters:
peptide- the peptideposition- the position of the peptide on the proteinfixedModifications- the fixed modifications on the peptide
-