View source: R/F3_make_codons.R
make_codons | R Documentation |
Dividing an mRNA string into 3mers (codons)
make_codons(mRNA_seq, start = 1)
start |
the translational starting point. This will be the first letter of the first codon returned. Default is 1 |
mRNA |
a string of the letters A, U, C and G |
a vector of strings, each string having length 3.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.