powered by
Translate a CodonSequence object.
# S3 method for CodonSequence Translate(this, ...)
A CodonSequence object
Not used.
The translation as an AminoAcidSequence object.
For more information see CodonSequence.
CodonSequence
# NOT RUN { # create a CodonSequence object s<-CodonSequence(string="ATCTTTCGAATGGGGCCCTCCCGA") # get the translation as an AminoAcidSequence object as<-Translate(s) as # }
Run the code above in your browser using DataLab