Modifier and Type | Class and Description |
---|---|
class |
AminoAcid
A AminoAcid is Monomer which stores additional amino acid specific
informations, like the N-terminus atom.
|
Modifier and Type | Method and Description |
---|---|
IAminoAcid |
AminoAcid.clone()
Clones this AminoAcid object.
|
Modifier and Type | Class and Description |
---|---|
class |
DebugAminoAcid
Debugging data class.
|
Modifier and Type | Method and Description |
---|---|
IAminoAcid |
DebugAminoAcid.clone()
Clones this AminoAcid object.
|
Modifier and Type | Method and Description |
---|---|
IAminoAcid |
IAminoAcid.clone()
Returns a deep clone of this IChemObject.
|
Modifier and Type | Method and Description |
---|---|
IAminoAcid |
AminoAcid.clone()
Clones this AminoAcid object.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,IAminoAcid> |
AminoAcids.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> |
AminoAcids.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.
|
Modifier and Type | Method and Description |
---|---|
static IBioPolymer |
ProteinBuilderTool.addAminoAcidAtCTerminus(IBioPolymer protein,
IAminoAcid aaToAdd,
IStrand strand,
IAminoAcid aaToAddTo)
Builds a protein by connecting a new amino acid at the C-terminus of the
given strand.
|
static IBioPolymer |
ProteinBuilderTool.addAminoAcidAtNTerminus(IBioPolymer protein,
IAminoAcid aaToAdd,
IStrand strand,
IAminoAcid aaToAddTo)
Builds a protein by connecting a new amino acid at the N-terminus of the
given strand.
|
Modifier and Type | Method and Description |
---|---|
static void |
AminoAcidManipulator.addAcidicOxygen(IAminoAcid acid)
Adds the singly bonded oxygen from the acid group of the AminoAcid.
|
static void |
AminoAcidManipulator.removeAcidicOxygen(IAminoAcid acid)
Removes the singly bonded oxygen from the acid group of the AminoAcid.
|
Copyright © 2021. All rights reserved.