View source: R/parse_amplicon_table.R
parse_amplicon_table | R Documentation |
Parse amplicon table
parse_amplicon_table(
amp = otu.tab,
tax = blast,
tax_type = "BLAST",
add.tax.to.data = TRUE,
tax.db
)
amp |
File name with OTU table (generated with VSEARCH or USEARCH) |
tax |
File name with OTU taxonomic annotations |
tax_type |
Type of taxonomic annotation ("BLAST", "SINA", "STAMPA") |
add.tax.to.data |
logical, add taxonomic annotations to the OTU table? |
tax.db |
SILVA database with taxonomy strings and corresponding tax ranks (e.g. tax_slv_ssu_128.txt) |
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.