Create Heat Map for Abundance Table

The hierarchical clustering groups features by the similarity of their genomes over the set of samples, and clusters samples by the similarity of genomes over their features. Each clustering has a tree structure that is generated as follow:

  1. The tool considers each feature or sample to be a cluster.
  2. It calculates pairwise distances between all clusters, and join the two closest clusters into one new cluster.
  3. This process is repeated until there is only one cluster left, which contains all the features or samples.
  4. The tree is then drawn so that the distances between clusters are reflected by the lengths of the branches in the tree.

To create a heat map:

        Toolbox | Microbial Genomics Module (Image mgm_folder_closed_flat_16_h_p) | General Tools (Image folder_closed_flat_16_n_p) | Create Heat Map for Abundance Table (Image heatmap_16_n_p)

The tool takes an abundance table as input.

The hierarchical clustering algorithm requires that you specify a distance measure and a cluster linkage (figure 5.3). The distance measure is used to specify how distances between two features or samples should be calculated. The cluster linkage specifies how the distance between two clusters, each consisting of a number of features or samples, should be calculated.

Image heatmapotu2
Figure 5.3: Select an abundance table.

After having selected the distance measure, click Next to set up the feature filtering options (figure 5.4).

Image heatmapotu1
Figure 5.4: Set filtering options.

Indeed, genomes usually contain too many features to allow for a meaningful visualization. Clustering hundreds of thousands of features is also very time consuming. Therefore it is recommend to reduce the number of features before clustering and visualization. There are several different filter settings:

The tool generates a heat map showing the abundance of each feature in each sample and showing the sample clustering and/or feature clustering as a binary tree over the samples and features, respectively (figure 5.5).

Image heatmapotu3
Figure 5.5: Heat map.