Description Usage Arguments Details Value Author(s) Examples
View source: R/import_otutab_taxa.R
Converts USEARCH's usearch_global output option otutabout to a phyloseq object with otu_table and tax_table.
1 | import_otutab_taxa(in_file)
|
in_file |
An otutab_taxa file generated by USEARCH 8.1+ |
The USEARCH usearch_global function has an option to output an OTU table with taxonomy assignments in a tab-delimited text file. The output resembles the legacy QIIME format. This function imports such a file into a phyloseq object with otu_table and tax_table.
A phyloseq object with otu_table and tax_table.
John Quensen
1 2 | ##---- Not run. ----
##-- expt <- import_otutab_taxa(in_file = "otutab_taxa_03.txt")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.