refdb_filter_seq_ambiguous | R Documentation |
Filter sequences based on their number of ambiguous character.
refdb_filter_seq_ambiguous(x, max_ambig = 3L, char = "N")
x |
a reference database. |
max_ambig |
maximum number of ambiguous character. |
char |
characters interpreted as ambiguous (vector). |
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_ambiguous(lib)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.