Description Usage Arguments Examples
Remove stop codon from DNA sequence
1 | dstr_remove_stop(dstrobj, stop_codon = "(TAA|TGA|TAG)$")
|
dstrobj |
dstr class object or character vector |
stop_codon |
regular expression pattern of stop codon |
1 | "ATGgtatAG" %>% {c(., dstr_remove_stop(.))} %>% bstr
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.