Description Usage Arguments Value
Convert results from different taxonomic assignment algorithms to a uniform format
1 2 3 4 5 6 7 | taxtable(tax, ...)
taxtable_sintax(tax, min_confidence = 0, ...)
taxtable_idtaxa(tax, min_confidence = 0, seq_id = NULL, ...)
taxtable_dada2(tax, min_confidence = 0, ...)
|
tax |
Results from |
... |
passed to methods |
min_confidence |
( |
seq_id |
( |
a tibble::tibble() with columns:
labelsequence identifier
rankthe rank of the assignment
taxonthe taxon which was assigned
confidencethe confidence of the assignment
Each query sequence will typically occupy several rows of the output, one for each rank which was assigned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.