Package org.biojava.bio.molbio
Class DNAComposition
java.lang.Object
org.biojava.bio.molbio.Composition
org.biojava.bio.molbio.DNAComposition
Computes composition statistics about a DNA
SymbolList
.- Since:
- 1.6
- Author:
- Mark Schreiber
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.biojava.bio.molbio.Composition
getDistribution, setSymbolList
-
Constructor Details
-
DNAComposition
public DNAComposition()
-
-
Method Details
-
getA
Get the relative compositon of 'A'.- Returns:
- between 0.0 and 1.0
-
getC
Get the relative compositon of 'C'.- Returns:
- between 0.0 and 1.0
-
getG
Get the relative compositon of 'G'.- Returns:
- between 0.0 and 1.0
-
getT
Get the relative compositon of 'T'.- Returns:
- between 0.0 and 1.0
-