View source: R/functions_qSIP_MAGs.R
| phylo.table | R Documentation |
Creates a phyloseq-style object using processed phyloseq objects for otu table (here, MAG table), taxa table, and sample table
phylo.table(mag, taxa, samples)
mag |
phyloseq-styled MAG table |
taxa |
phyloseq-styled taxa table |
samples |
sample information table |
phyloseq object for MAGs
data(mag.table,taxonomy.object,samples.object,fractions,taxonomy_tibble) ###Making phyloseq table from fractions metadata samples.object = sample.table(fractions) taxonomy.object = tax.table(taxonomy_tibble) ### Making master phyloseq table from scaled MAG data, taxa and fractions phyloseq data phylo.qSIP = phylo.table(mag.table,taxonomy.object,samples.object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.