View source: R/get_reading_frame.R
get_reading_frame | R Documentation |
Reading frame
get_reading_frame(DNA_seq, start = 1)
DNA_seq |
String DNA sequence to be translated with the translate function . |
start |
Integer value startingpoint of the reading frame . |
returns the codons character vector of three base pair to be subsequently translated to amino acids
get_reading_frame("ATGCGC", start = 1) # will return [ "ATG" , "CGC"]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.