refdb_filter_seq_stopcodon | R Documentation |
Filter sequences based on their number of of stop codons.
refdb_filter_seq_stopcodon(x, max_stop = 0, code, codon_frame = NA)
x |
a reference database. |
max_stop |
maximum number of stop codons. |
code |
an integer indicating the genetic code to use for translation (see genetic-codes). |
codon_frame |
an integer giving the nucleotide position where
to start translation. If |
A tibble (filtered reference database).
lib <- read.csv(system.file("extdata", "baetidae_bold.csv", package = "refdb")) lib <- refdb_set_fields_BOLD(lib) refdb_filter_seq_stopcodon(lib, code = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.