create_phylo | R Documentation |
Takes as input an ASV table and taxonomy table created in the BiMiCo pipeline, with optional sample phenotypes imported e.g. from a csv table, and creates a phyloseq object.
create_phylo(asvtb, taxtb, phenodata)
phenodata |
(Required) sample phenotype matrix, if available; sample names must match with ASV table sample names. |
asvtab |
(Required) ASV table generated in BimiCo (ASVs in rows) |
taxtab |
(Required) Taxonomy table generated in BiMiCo |
create_phylo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.