View source: R/qza_to_phyloseq.R
qza_to_phyloseq | R Documentation |
Construct a phyloseq object from multiple qiime2 artifacts (.qza). Embedded metadata for provenance is not maintained in this function and instead read_qza() should be used.
qza_to_phyloseq(features, tree, taxonomy, metadata, tmp)
features |
file path for artifact containing a feature (OTU/SV) table |
tree |
file path for artifact containing a tree |
taxonomy |
file path for artifact containg taxonomy |
metadata |
file path for a qiime2-compliant TSV metadata file |
tmp |
a temporary directory that the object will be decompressed to. |
a phyloseq object
## Not run: physeq<-qza_to_phyloseq(features="data/table.qza", tree="data/rooted-tree.qza", taxonomy="data/taxonomy.qza", metdata="data/sample-metadata.qza")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.