|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bio.molbio.Composition
org.biojava.bio.molbio.DNAComposition
public class DNAComposition
Computes composition statistics about a DNA SymbolList
.
Constructor Summary | |
---|---|
DNAComposition()
|
Method Summary | |
---|---|
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'. |
Methods inherited from class org.biojava.bio.molbio.Composition |
---|
getDistribution, setSymbolList |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DNAComposition()
Method Detail |
---|
public double getA()
public double getC()
public double getG()
public double getT()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |