com.compomics.util.experiment.biology.aminoacids
Class GlutamicAcid

java.lang.Object
  extended by com.compomics.util.experiment.biology.AminoAcid
      extended by com.compomics.util.experiment.biology.aminoacids.GlutamicAcid
All Implemented Interfaces:
Serializable

public class GlutamicAcid
extends AminoAcid

Glutamic Acid.

Author:
Marc Vaudel
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.compomics.util.experiment.biology.AminoAcid
A, averageMass, B, C, D, E, F, G, H, I, J, K, L, M, monoisotopicMass, N, name, O, P, Q, R, S, singleLetterCode, T, threeLetterCode, U, V, W, X, Y, Z
 
Constructor Summary
GlutamicAcid()
          Constructor.
 
Method Summary
 char[] getActualAminoAcids()
          In case of a combination of amino acids, returns the actual amino acids represented by their single letter code.
 char[] getCombinations()
          Returns the amino acids combinations which might represent this amino acid.
 
Methods inherited from class com.compomics.util.experiment.biology.AminoAcid
getAminoAcid, getAminoAcid, getAminoAcids, getAminoAcidsList, getIndistinguishibleAminoAcids
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlutamicAcid

public GlutamicAcid()
Constructor.

Method Detail

getActualAminoAcids

public char[] getActualAminoAcids()
Description copied from class: AminoAcid
In case of a combination of amino acids, returns the actual amino acids represented by their single letter code. Example: Z -> {G, Q}.

Specified by:
getActualAminoAcids in class AminoAcid
Returns:
the actual amino acids

getCombinations

public char[] getCombinations()
Description copied from class: AminoAcid
Returns the amino acids combinations which might represent this amino acid. Example: g -> {Z, X}.

Specified by:
getCombinations in class AminoAcid
Returns:
the amino acids combinations which might represent this amino acid


Copyright © 2013. All Rights Reserved.