View source: R/functions_qSIP_MAGs.R
tax.table | R Documentation |
A MAG table, similar to OTU table in phyloseq, will be generated from a concantenated GTDB taxa table for bacteria and archaea
tax.table(taxonomy)
taxonomy |
GTDB taxonomy data frame. A taxonomy file in the GTDB output format. Load the bacteria and archaea taxonomy outputs separately. The markdown requires loading the standard output files from GTDB-Tk separately for bacteria and archaea |
phyloseq-style taxonomy table, but for MAGs
data(taxonomy_tibble) ### Making phyloseq table from taxonomy metadata taxonomy.object = tax.table(taxonomy_tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.