Class Deletion
java.lang.Object
com.compomics.util.experiment.biology.variants.amino_acids.Deletion
- All Implemented Interfaces:
Variant
Class representing an amino acid deletion.
- Author:
- Marc Vaudel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncharReturns the description of the variant as string.
-
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
Description copied from interface:VariantReturns the description of the variant as string.- Specified by:
getDescriptionin interfaceVariant- Returns:
- the description of the variant as string
-
getDeletedAminoAcid
public char getDeletedAminoAcid()
-