refdb_export_dada2: Export reference database for DADA2
Description
Write reference database in formats which can be used with the
functions of the package dada2.
Usage
refdb_export_dada2(x, file, mode = "taxonomy")
Value
No return value, called for side effects.
Arguments
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 "taxonomy" to produce a file for function assignTaxonomy
or "species" to produce a file for function assignSpecies.