java.lang.Object
com.compomics.util.experiment.biology.variants.amino_acids.Deletion
All Implemented Interfaces:
Variant

public class Deletion extends Object implements Variant
Class representing an amino acid deletion.
Author:
Marc Vaudel
  • Constructor Details

    • Deletion

      public Deletion()
      Empty default constructor
    • Deletion

      public Deletion(char aa)
      Constructor.
      Parameters:
      aa - the single character code of the deleted amino acid
  • Method Details

    • getDescription

      public String getDescription()
      Description copied from interface: Variant
      Returns the description of the variant as string.
      Specified by:
      getDescription in interface Variant
      Returns:
      the description of the variant as string
    • getDeletedAminoAcid

      public char getDeletedAminoAcid()