Uses of Interface
org.biojava.nbio.structure.AminoAcid
Packages that use AminoAcid
-
Uses of AminoAcid in org.biojava.nbio.structure
Classes in org.biojava.nbio.structure that implement AminoAcidMethods in org.biojava.nbio.structure that return AminoAcidModifier and TypeMethodDescriptionstatic AminoAcid
StandardAminoAcid.getAminoAcid
(String name) get a standard amino acid.Mutator.mutateResidue
(AminoAcid oldAmino, String newType) create a new residue which is of the new type.Methods in org.biojava.nbio.structure with parameters of type AminoAcidModifier and TypeMethodDescriptionstatic final Atom
Calc.createVirtualCBAtom
(AminoAcid amino) creates a virtual C-beta atom. this might be needed when working with GLY thanks to Peter Lackner for a python template of this method.static final double
Calculate the phi angle.static final double
Calculate the psi angle.static final boolean
Calc.isConnected
(AminoAcid a, AminoAcid b) Test if two amino acids are connected, i.e. if the distance from C to N < 2.5 Angstrom.Mutator.mutateResidue
(AminoAcid oldAmino, String newType) create a new residue which is of the new type.