refdb_export_mothur | R Documentation |
Write a reference database in formats which can be used
with Mothur
.
refdb_export_mothur(x, file)
x |
a reference database. |
file |
a file path. This will be used to create a .fasta file and a .txt file. |
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_mothur(lib, tempfile())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.