Description Usage Arguments Value
This function loads an OTU table (.biom format) a phylogenetic tree file (.tre) and a sample mapping file (.txt/.tsv) to create a standard phyloseq object. Input BIOM file can be in either JSON format or HDF5.
1 | create_phylo(biom_fp, mappingfile_fp, tree_fp)
|
biom_fp |
File location of OTU table in .biom format. |
mappingfile_fp |
File location of the input sample metadata matching the input OTU table. |
tree_fp |
File location of the input sample metadata matching the input OTU table. |
A phyloseq object to be used downstream for many different analyses.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.