Description Usage Arguments Value Examples
This function adds an audition step
(Oliveira et al 2016)
to each selected specimen by ID_engine
, given a certain threshold.
This function, in turn, uses another function called AuditionBarcodes
.
This prior function is coupled with addAudition and can validate species names by
taking accepted names from Worms database.
1 2 |
seqs |
sequence file |
threshold |
minimal similarity proportion allowed between sample and specimen matches |
exclude_ncbi |
exclude barcodes obtained from NCBI when DNA barcode auditing is allowed, i.e. not just_ID |
just_ID |
if TRUE, audition step is skipped |
make_blast |
if TRUE, blastn algorithm is run for matching sequences |
validate_name |
if TRUE, validation of species name is performed. This validation of name is performed by using taxamatch algorithm from http://www.marinespecies.org/aphia.php?p=webservice |
species ID plus DNA barcode auditing
1 2 3 4 5 6 | ## Not run:
seqs = system.file("sequences.fa", package = "boldminer")
boldminer::auditOnID(seqs, just_ID = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.