powered by
Get codon frequencies.
# S3 method for GY94 getCodonFreqs(this, ...)
A GY94 object.
Not used.
A matrix containing the codon frequencies.
For more information see GY94.
GY94
# NOT RUN { # create a GY94 object p<-GY94() # get codon frequencies getCodonFreqs(p) p$codonFreqs # set codon frequencies p$codonFreqs<-rep(c(1,2,3,4),length.out=61) p$codonFreqs # }
Run the code above in your browser using DataLab