refdb_clean_seq_remove_gaps | R Documentation |
Remove gaps from genetic sequences
refdb_clean_seq_remove_gaps(x)
x |
a reference database with a defined sequence field. |
A reference database.
lib <- read.csv(system.file("extdata", "baetidae_bold.csv", package = "refdb")) lib <- refdb_set_fields_BOLD(lib) refdb_clean_seq_remove_gaps(lib)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.