Count stop codons in a DNA sequence
1 | count.stop.codons(sequence, reading.frame = 1, genetic.code = GENETIC_CODE)
|
sequence |
a DNAString object |
reading.frame |
a number from 1 to 3 denoting the reading frame of the sequence |
genetic.code |
Named character vector in the same format as GENETIC_CODE (the default), which represents the standard genetic code. This is the code with which the function will attempt to translate your DNA sequences. You can get an appropriate vector with the getGeneticCode() function. The default is the standard code. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.