Hi,
I would like to generate a heatmap showing the clustered groups (T2D, H, OB, and T2D_CV). However, when I use the following command lines, the resulting heatmap is generated for individual participants rather than for the predefined groups.
qiime taxa collapse
--i-table table.qza
--i-taxonomy taxonomy.qza
--p-level 6
--o-collapsed-table collapsed-table-l6.qza
qiime feature-table heatmap
--i-table
--m-sample-metadata-file
--m-sample-metadata-column Disease
--p-metric correlation
--p-method complete
--o-visualization
I contacted you previously regarding this issue, and you kindly advised me to refer to the following post.
I would like to inform you that the suggested approach does not resolve the issue in QIIME 2 Amplicon 2025.4. My metadata file is in TSV format and includes all participants along with their corresponding group assignments.
Could you please provide the appropriate QIIME 2 command lines to:
-
Cluster samples according to their respective groups (T2D, H, OB, and T2D_CV), and
-
Generate a heatmap that displays the abundance patterns at the group level rather than for individual participants?
Best