seq_to_codons | R Documentation |
seq_to_codons
converts a coding sequence to a vector of codons
seq_to_codons(seq)
seq |
DNAString, or an object that can be coerced to a DNAString |
a character vector of codons
# convert a CDS sequence to a sequence of codons
seq_to_codons('ATGTGGTAG')
seq_to_codons(yeast_cds[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.