asgntax | R Documentation |
Generates taxonomic assignment of ASV sequences, given an ASV table generated by BiMiCo and an external taxonomic reference database compatible with DADA2 'assignTaxonomy' function. Currently Greengenes v13.5 is provided with the package.
asgntax(asvtab, taxdat, revcomp = T, mtthread)
asvtab |
(Required) ASV table object (of class matrix) created by the 'std_(454/Illum)_ASVtab' function (ASVs in rows, samples in columns) |
taxdat |
(Required) Path to taxonomy database file compatible with DADA2 'assignTaxonomy' function |
revcomp |
(Optional) Boolean, whether to check reverse complement of reference sequence. Default=T |
mtthread |
(Required) Boolean, enables multithreading (not recommended in Rstudio) |
asgntax()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.