Description Usage Arguments Details Value Author(s) References Examples
Converts the tab-delimited output of USEARCH's (version 9+) sintax command to a phyloseq tax_table object. The confidence level for taxonomic assignment is chosen on import.
1  | import_sintax_file(in_file, confidence = 0.8)
 | 
in_file | 
 A sintax file.  | 
confidence | 
 The confidence level to use in assigning taxonomic categories  | 
The sintax algorithm is new to USEARCH 9. It does not require training and still calculates the confidence with which taxonomic assignments are made. It does this by a method purported to be more accurate than the RDP classifier method. This function allows choice of the confidence level (0.8 by default) at the time the file is imported as a phyloseq tax_table.
A phyloseq tax_table.
John Quensen
Edgar, R.C. (2016), SINTAX, a simple non-Bayesian taxonomy classifier for 16S and ITS sequences, http://dx.doi.org/10.1101/074161.
1 2  | ##---- Not run. ----
##-- import_sintax_file(in_file="sintax_result.txt", confidence = 0.8)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.