Package | Description |
---|---|
com.hfg.bio.seq.translation |
Modifier and Type | Method and Description |
---|---|
CodonUsage |
Codon.getCodonUsage() |
CodonUsage |
CodonUsage.setBias(Float inValue)
Specifies the bias - the fraction of this codon's use as compared to the other codons that
code for the same amino acid.
|
CodonUsage |
CodonUsage.setFreqPer1000(Float inValue)
Specifies the frequency (per 1000 codons) that this codon was observed in the set of sequences.
|
CodonUsage |
CodonUsage.setNumber(Integer inValue)
Specifies the number of times this codon was observed in the set of sequences.
|
Modifier and Type | Method and Description |
---|---|
Codon |
Codon.setCodonUsage(CodonUsage inValue) |
jataylor@hairyfatguy.com