make_codon | R Documentation |
Creates different codons based on an RNA sequence.
make_codon(any_rna_sequence, start = 1)
start |
indicating RNA strand as input to the function. |
Return character strings representing the codons
Oriade Latifah Simpson, s172084@dtu.dk
my_codon <- make_codon(my_rna) my_codon
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.