Skip to article frontmatterSkip to article content

How to connect with other tools

QIIME 2 offers various ways of visualizing and processing your data further, but sometimes you may want to use other tools that are not (yet) available through QIIME 2. This is, of course, possible and very easy to do: you can export your data from any QIIME 2 artifact and use it with any of your other favourite tools, as long as the underlying format is compatible. The formats that QIIME 2 supports are common and should be readable by most bioinformatics tools - most of the time, the artifacts will contain data in the original format that the underlying tool uses. Below are some examples of how you can export data from QIIME 2 and connect it with other tools.

Visualizing Kraken 2 reports with Pavian

If you have used Kraken 2 to classify your reads, you can export the resulting reports from the corresponding QIIME 2 artifact and visualize them with Pavian which will allow you to explore the taxonomic composition of your samples in an interactive way. To export the Kraken 2 reports, you can use the following commands:

Direct export
Workaround 1: without using QIIME
Workaround 2: with QIIME

Support for extracting data out of the cache is not yet available but is coming soon! You can track the progress of the issue here.

Once you got the data into the exported_reports directory, you can then use those with Pavian. To give it a quick try, navigate to Pavian’s demo site and upload the exported files.

Microbial pangenomics with Anvi’o

Another suite of tools you may be familiar with is the Anvi’o platform. One of the workflows that Anvi’o provides is the microbial pangenomics analysis, which can be used to explore the gene clusters within your samples. You could export the MAGs obtained from the binning step and use them as input to the anvi-pan-genome workflow, as described here. To export the MAGs, you can use the following command:

Direct export
Workaround 1: without using QIIME
Workaround 2: with QIIME

Support for extracting data out of the cache is not yet available but is coming soon! You can track the progress of the issue here.