tax.table {SIPmg} | R Documentation |
phyloseq taxa table from GTDB taxonomy input
Description
A MAG table, similar to OTU table in phyloseq, will be generated from a concantenated GTDB taxa table for bacteria and archaea
Usage
tax.table(taxonomy)
Arguments
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 |
Value
phyloseq-style taxonomy table, but for MAGs
Examples
data(taxonomy_tibble)
### Making phyloseq table from taxonomy metadata
taxonomy.object = tax.table(taxonomy_tibble)
[Package SIPmg version 1.4.1 Index]