Description Usage Arguments Value Examples
ID_engine finds best matches between a query sequence and a database of BOLD by using BLASTn-based algorithms. Arguments of this function are 'query' and 'db'. The first one are query sequences and the second one are one of avilable databases in BOLD:
- 'COX1'
- 'COX1_SPECIES'
- 'COX1_SPECIES_PUBLIC'
- 'COX1_L640bp'
1 |
query |
query |
db |
db |
make_blast |
make_blast |
quiet |
if TRUE, suppress running messages while running |
species ID
1 2 3 4 5 6 | ## Not run:
fasta_file <- system.file("sequences.fa", package = "boldminer")
out <- boldminer::ID_engine(query = fasta_file, db = "COX1_SPECIES")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.