get_reading_frame | R Documentation |
Get Reading frame of sequences
get_reading_frame(
x,
genetic.code = "SGC4",
forward = TRUE,
reverse = FALSE,
resolve_draws = "majority"
)
x |
Sequences in DNAStringset or DNAbin format |
genetic.code |
A genetic code for the Amino acid translation. See all known codes at GENETIC_CODE_TABLE Default is the invertebrate mitochondrial code 'SGC4' |
forward |
whether the forward complement should be returned |
reverse |
Whether the reverse complemement should be returned |
resolve_draws |
How draws should be resolved when multiple possible frames produce sequences with no stop codons. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.