public interface WobbleDistribution
Modifier and Type | Method and Description |
---|---|
Distribution |
getFrequencyOfNonWobbleBases()
returns the frequency with which
synonymous codons start with a
specified pair of bases.
|
Set |
getNonWobbleBases()
returns Set containing the nonWobbleBases that
occur in codons that encode this residue
|
Symbol |
getResidue()
returns the residue encoded by this WobbleDistribution
|
Distribution |
getWobbleFrequency(Symbol nonWobbleBases)
returns the frequency of a specific
wobble base in a set of synonymous
codons that start with the same two
bases.
|
Symbol getResidue()
Set getNonWobbleBases()
Distribution getFrequencyOfNonWobbleBases()
Distribution getWobbleFrequency(Symbol nonWobbleBases)
Copyright © 2014 BioJava. All rights reserved.