All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.WeronikaJargielo.protein_interaction_finder.AminoAcidAbbreviations Maven / Gradle / Ivy

The newest version!
package io.github.WeronikaJargielo.protein_interaction_finder;

/**
 *  IUPAC abbreviations for each natural amino acid.
 */
public enum AminoAcidAbbreviations {
    /**
     * Alanine
     */
    ALA,
    /**
     * Arginine
     */
    ARG,
    /**
     * Asparagine
     */
    ASN,
    /**
     * Aspartic acid
     */
    ASP,
    /**
     * Cysteine
     */
    CYS,
    /**
     * Glutamine
     */
    GLN,
    /**
     * Glutamic acid
     */
    GLU,
    /**
     * Glycine
     */
    GLY,
    /**
     * Histidine
     */
    HIS,
    /**
     * Isoleucine
     */
    ILE,
    /**
     * Leucine
     */
    LEU,
    /**
     * Lysine
     */
    LYS,
    /**
     * Methionine
     */
    MET,
    /**
     * Phenylalanine
     */
    PHE,
    /**
     * Proline
     */
    PRO,
    /**
     * Serine
     */
    SER,
    /**
     * Threonine
     */
    THR,
    /**
     * Tryptophan
     */
    TRP,
    /**
     * Tyrosine
     */
    TYR,
    /**
     * Valine
     */
    VAL
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy