io.github.WeronikaJargielo.protein_interaction_finder.AminoAcidAbbreviations Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of protein-interaction-finder Show documentation
Show all versions of protein-interaction-finder Show documentation
Library for finding possible interactions in proteins.
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