refdb_filter_seq_length | R Documentation |
Filter sequences based on their number of character.
refdb_filter_seq_length(x, min_len = NULL, max_len = NULL, gaps = FALSE)
x |
a reference database. |
min_len, max_len |
minimum and maximum sequence lengths.
Use |
gaps |
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_length(lib, 50L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.