powered by
Write a reference database in formats which can be used with Mothur.
Mothur
refdb_export_mothur(x, file)
No return value, called for side effects.
a reference database.
a file path. This will be used to create a .fasta file and a .txt file.
lib <- read.csv(system.file("extdata", "baetidae_bold.csv", package = "refdb")) lib <- refdb_set_fields_BOLD(lib) refdb_export_mothur(lib, tempfile())
Run the code above in your browser using DataLab