View source: R/Trans_to_phylo.R
| Trans_to_phylo | R Documentation |
Convert a LorMe object to a phyloseq object
Trans_to_phylo(taxobj, use_reads = TRUE)
taxobj |
A |
use_reads |
Logical. |
A phyloseq object containing
otu_table, sample_data, tax_table and optionally
phy_tree (only if taxobj has a tree).
## Not run:
data("Two_group")
Two_group_phylo=Trans_to_phylo(taxobj = Two_group,use_reads = F)
plot_bar(Two_group_phylo,fill="Phylum") #Just to show it can be used for analysis
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.