java.lang.Object
com.compomics.util.experiment.identification.protein_sequences.digestion.ExtendedPeptide

public class ExtendedPeptide
extends Object
This class packages together a peptide, its fixed modifications and its position on the protein.
Author:
Marc Vaudel
  • Field Details

    • peptide

      public final Peptide peptide
      The peptide.
    • position

      public final int position
      The position of the peptide on the protein.
    • fixedModifications

      public final String[] fixedModifications
      The fixed modifications of the peptide.
  • Constructor Details

    • ExtendedPeptide

      public ExtendedPeptide()
      Empty default constructor
    • ExtendedPeptide

      public ExtendedPeptide​(Peptide peptide, int position, String[] fixedModifications)
      Constructor.
      Parameters:
      peptide - the peptide
      position - the position of the peptide on the protein
      fixedModifications - the fixed modifications on the peptide