Package org.biojava.nbio.structure
Class StandardAminoAcid
- java.lang.Object
-
- org.biojava.nbio.structure.StandardAminoAcid
-
public final class StandardAminoAcid extends Object
A class that provides a set of standard amino acids.- Author:
- Andreas Prlic, Tamas Horvath provided the standard amino acids.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AminoAcid
getAminoAcid(String name)
get a standard amino acid.
-
-
-
Method Detail
-
getAminoAcid
public static AminoAcid getAminoAcid(String name)
get a standard amino acid.- Parameters:
name
- the 3- or 1-letter representation of the amino acid.- Returns:
- the amino acids, or null if the name can not be matched
-
-