refdb_export_dada2 | R Documentation |
Write reference database in formats which can be used with the functions of the package dada2.
refdb_export_dada2(x, file, mode = "taxonomy")
x |
a reference database. |
file |
a path to the file to be written. |
mode |
character string to determine the type of file to produce.
Use |
No return value, called for side effects.
lib <- read.csv(system.file("extdata", "baetidae_bold.csv", package = "refdb")) lib <- refdb_set_fields_BOLD(lib) refdb_export_dada2(lib, tempfile())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.