get_codons | R Documentation |
get_codons
get_codons(DNA_seq, start = 1)
DNA_seq |
it's a string that represents a DNA sequence to be transcribed with the transcribe function . |
start |
it's an integer that represents the starting point of first the reading frame . |
returns codons which is vector of three chars presenting each codon from the DNA_seq starting from the start .
get_codons("ATGCGC", start = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.