public class DNAComposition extends Composition
SymbolList
.Constructor and Description |
---|
DNAComposition() |
Modifier and Type | Method and Description |
---|---|
double |
getA()
Get the relative compositon of 'A'.
|
double |
getC()
Get the relative compositon of 'C'.
|
double |
getG()
Get the relative compositon of 'G'.
|
double |
getT()
Get the relative compositon of 'T'.
|
getDistribution, setSymbolList
public DNAComposition()
public double getA()
public double getC()
public double getG()
public double getT()
Copyright © 2014 BioJava. All rights reserved.