qza_to_tse | R Documentation |
TreeSummarizedExperiment
Construct a TreeSummarizedExperiment 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_tse(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 TreeSummarizedExperiment object
TreeSummarizedExperiment
# (Data is from tutorial
https://docs.qiime2.org/2020.2/tutorials/moving-pictures/)
tse <-qza_to_tse(
features="path_to_table.qza",
tree="path_to_rooted-tree.qza",
taxonomy="path_to_taxonomy.qza",
metadata = "path_to_sample-metadata.tsv"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.