Hello! I am very new to QIIME and am trying to figure out how to make a heatmap. Soon I will try to use my own data, but right now I am using data from the FMT Tutorial.
I’m using QIIME2 2019.7 on a Mac in a conda environment.
I used this set of commands to try and make a heatmap, and it worked, but it was sorted by feature IDs instead of actual taxonomic assignments:
Hi @cjone228,
You can use qiime taxa collapse to collapse your features based on taxonomy assignments (any ASVs that share the same taxon label at level X get collapsed into a single feature).
Then use the heatmap command on this new feature table.