How do I combine data from multiple samples to get a heatmap tree like above? Let's say I have sequencing data from 7 samples and I want to combine them to generate one figure like above.
Thank you! Is it possible to generate a singular phylogenetic output obtained from multiple samples through Q2 which I can subsequently plug in to the tools you mentioned? Thank you!
Hi @SoilRotifer, thanks for your note. I ran the following code to generate a heatmap based on the page you linked (This was the last command; I followed the steps prior to this exactly)
You won't be able to make a heat map with beta-diversity values in this way. Remember beta diversity is a pair-wise metric. Meaning, that beta-diversity it is the distance between any two samples. Thus, you cannot have a per-sample value, which is what alpha-diversity can provide.
Re1: use a seaborn library, function clustermapseaborn.clustermap — seaborn 0.13.2 documentation
Re2: Those are hashes, which are used as a compact representation of original ASV sequences (writing 150 letters of original ASV sequence is not optimal)