Modifier and Type | Field and Description |
---|---|
static String |
ID |
static String |
NO_ATOMS |
static String |
NO_BONDS |
static String |
RESIDUE_NAME |
static String |
RESIDUE_NAME_SHORT |
Constructor and Description |
---|
AminoAcids() |
Modifier and Type | Method and Description |
---|---|
static int[][] |
aaBondInfo()
Creates matrix with info about the bonds in the amino acids.
|
static String |
convertOneLetterCodeToThreeLetterCode(String oneLetterCode)
Returns the three letter code of an amino acid given a one letter code.
|
static String |
convertThreeLetterCodeToOneLetterCode(String threeLetterCode)
Returns the one letter code of an amino acid given a three letter code.
|
static AminoAcid[] |
createAAs()
Creates amino acid AminoAcid objects.
|
static Map<String,IAminoAcid> |
getHashMapBySingleCharCode()
Returns a HashMap where the key is one of G, A, V, L, I, S, T, C, M, D,
N, E, Q, R, K, H, F, Y, W and P.
|
static Map<String,IAminoAcid> |
getHashMapByThreeLetterCode()
Returns a HashMap where the key is one of GLY, ALA, VAL, LEU, ILE, SER,
THR, CYS, MET, ASP, ASN, GLU, GLN, ARG, LYS, HIS, PHE, TYR, TRP AND PRO.
|
public static final String RESIDUE_NAME
public static final String RESIDUE_NAME_SHORT
public static final String NO_ATOMS
public static final String NO_BONDS
public static final String ID
public static int[][] aaBondInfo()
public static AminoAcid[] createAAs()
public static Map<String,IAminoAcid> getHashMapBySingleCharCode()
public static Map<String,IAminoAcid> getHashMapByThreeLetterCode()
public static String convertThreeLetterCodeToOneLetterCode(String threeLetterCode)
Copyright © 2018. All Rights Reserved.