Class Z
java.lang.Object
com.compomics.util.experiment.personalization.ExperimentObject
com.compomics.util.experiment.biology.aminoacids.AminoAcid
com.compomics.util.experiment.biology.aminoacids.impl.Z
- All Implemented Interfaces:
Serializable
Glu or Gln: Glx (Mascot).
- Author:
- Harald Barsnes
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.compomics.util.experiment.biology.aminoacids.AminoAcid
AminoAcid.Property -
Field Summary
Fields inherited from class com.compomics.util.experiment.biology.aminoacids.AminoAcid
A, AMINO_ACID_STRINGS, aminoAcidCombinations, B, C, D, E, F, G, H, I, J, K, L, M, monoisotopicAtomChain, N, name, O, P, Q, R, S, singleLetterCode, standardGeneticCode, subAminoAcidsWithCombination, subAminoAcidsWithoutCombination, T, threeLetterCode, U, V, W, X, Y, ZFields inherited from class com.compomics.util.experiment.personalization.ExperimentObject
NO_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleReturns the basicity according to PMID 14730315.doubleReturns the helicity according to PMID 14730315.doubleReturns the hydrophobicity according to PMID 14730315.doubleReturns the mass of the amino acid.doublegetPI()Returns the pI.doublegetPK1()Returns the pK1.doublegetPK2()Returns the pK2.doublegetPKa()Returns the pKa.intReturns the van der Waals volume in Å3.booleanIndicates whether the amino acid object refers to a combination of amino acids like B, J, Z or X.Methods inherited from class com.compomics.util.experiment.biology.aminoacids.AminoAcid
equals, getAminoAcid, getAminoAcid, getAminoAcidFromGeneticCode, getAminoAcids, getAminoAcidsList, getCombinations, getIndex, getMatchingAminoAcid, getMatchingSequence, getMonoisotopicAtomChain, getNUnique, getProperty, getSingleLetterCodeAsChar, getStandardGeneticCode, getStandardGeneticCodeForCombination, getSubAminoAcids, getSubAminoAcids, getUniqueAminoAcids, getUniqueIndex, isAa, isAa, isUniqueAaMethods inherited from class com.compomics.util.experiment.personalization.ExperimentObject
addUrParam, asLong, clearParametersMap, getId, getUrParam, getUrParams, removeUrParam, setId, setUrParams
-
Constructor Details
-
Z
public Z()Constructor.
-
-
Method Details
-
getMonoisotopicMass
public double getMonoisotopicMass()Description copied from class:AminoAcidReturns the mass of the amino acid.- Overrides:
getMonoisotopicMassin classAminoAcid- Returns:
- the mass of the amino acid
-
iscombination
public boolean iscombination()Description copied from class:AminoAcidIndicates whether the amino acid object refers to a combination of amino acids like B, J, Z or X.- Specified by:
iscombinationin classAminoAcid- Returns:
- an boolean indicating whether the amino acid object refers to a combination of amino acids like B, J, Z or X
-
getHydrophobicity
public double getHydrophobicity()Description copied from class:AminoAcidReturns the hydrophobicity according to PMID 14730315.- Specified by:
getHydrophobicityin classAminoAcid- Returns:
- the hydrophobicity
-
getHelicity
public double getHelicity()Description copied from class:AminoAcidReturns the helicity according to PMID 14730315.- Specified by:
getHelicityin classAminoAcid- Returns:
- the helicity
-
getBasicity
public double getBasicity()Description copied from class:AminoAcidReturns the basicity according to PMID 14730315.- Specified by:
getBasicityin classAminoAcid- Returns:
- the basicity
-
getPI
public double getPI()Description copied from class:AminoAcidReturns the pI. -
getPK1
public double getPK1()Description copied from class:AminoAcidReturns the pK1. -
getPK2
public double getPK2()Description copied from class:AminoAcidReturns the pK2. -
getPKa
public double getPKa()Description copied from class:AminoAcidReturns the pKa. 0.0 if none. -
getVanDerWaalsVolume
public int getVanDerWaalsVolume()Description copied from class:AminoAcidReturns the van der Waals volume in Å3.- Specified by:
getVanDerWaalsVolumein classAminoAcid- Returns:
- the van der Waals volume
-