public class Tyrosine extends AminoAcid
Constructor and Description |
---|
Tyrosine()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
char[] |
getCombinations()
Returns the amino acids combinations which might represent this amino
acid.
|
String[] |
getStandardGeneticCode()
Returns the standard genetic triplets associated to this amino acid.
|
char[] |
getSubAminoAcids(boolean includeCombinations)
In case of a combination of amino acids, returns the comprised amino
acids or amino acid groups represented by their single letter code.
|
boolean |
iscombination()
Indicates whether the amino acid object refers to a combination of amino
acids like B, J, Z or X.
|
equals, getAminoAcid, getAminoAcid, getAminoAcidFromGeneticCode, getAminoAcids, getAminoAcidsList, getIndistinguishableAminoAcids, getMatchingAminoAcid, getMatchingSequence, getSingleLetterCodeAsChar, getSubAminoAcids, getUniqueAminoAcids, setIndistinguishibleAACache
public char[] getSubAminoAcids(boolean includeCombinations)
AminoAcid
getSubAminoAcids
in class AminoAcid
includeCombinations
- if true, sub-amino acids which are amino acids
combinations like Z will also be includedpublic char[] getCombinations()
AminoAcid
getCombinations
in class AminoAcid
public String[] getStandardGeneticCode()
AminoAcid
getStandardGeneticCode
in class AminoAcid
public boolean iscombination()
AminoAcid
iscombination
in class AminoAcid
Copyright © 2014. All rights reserved.