This functions builds a database using the makeblastdb
program of the
BLAST+ software https://blast.ncbi.nlm.nih.gov/Blast.cgi?PAGE_TYPE=BlastDocs&DOC_TYPE=Download.
Thus, this software must be available on the system when using this
function. If you type system("makeblastdb -help")
in the Console window some meaningful
Help-text should be displayed.
This function is most typically used prior to blastClassify16S
to set up the database
before searching and classifying. It can be seen as the 'training step' of a BLAST-based
classification procedure.
The sequence
must be a vector of DNA-sequences (16S sequences). The taxon
is a vector of the same
length as sequence
, containing the correpsonding taxon information.