Description Usage Arguments Details Value Author(s) Examples
Converts the tab-delimited output of USEARCH's utax command to a phyloseq tax_table object. The confidence level for taxonomic assignment is chosen on import.
1 | import_utax_file(in_file, confidence)
|
in_file |
The utaxout result from USEARCH's utax command. |
confidence |
The confidence level to use in assigning taxonomic categories. |
The default confidence level is 0.8.
A phyloseq tax_table.
John Quensen
1 2 | ##---- Not run. ----
##-- tax.table <- import_utax_file(in_file="utax_result.txt", confidence = 0.8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.