org.aisb.bio.things
Class AminoAcid
java.lang.Object
org.aisb.bio.things.Monomer
org.aisb.bio.things.AminoAcid
- public class AminoAcid
- extends Monomer
This class describes the set of amino acids that make up protein sequences.
You use it by for example calling AminoAcid.getByName("Tyr"), or
AminoAcid.getByCode('T').
- Author:
- Doug DeJulio
Methods inherited from class org.aisb.bio.things.Monomer |
getByCode, getByCode, getByName, getByNumber, getByNumber, getCode, getName, getNumber, getProperty, getQuantity, getType, setProperty |
AminoAcid
public AminoAcid(Class type,
String name,
Character code,
int number)
initialize
public static void initialize()