Skip to content

Clusters plot

Guillaume Erny edited this page Apr 4, 2017 · 7 revisions

For the clusters plot, a hierarchical agglomerative cluster analysis is used to regroup PIP based on similarities. Briefly, in the initial stage, every PIP is placed into a singleton cluster. Then, the Pearson correlation coefficient is computed between every cluster and the two clusters with the highest correlation are merged into one. This step is repeated until the correlation between clusters is lower than a value set by the user (typically between 0.9 and 0.95). Singleton clusters are then removed. The clusters plot is a scatter plot representation of this hierarchical structure with, in x-axis the average centre of all the PIPs within the cluster and in y-axis the accurate mass of the most intense PIP. The size of the plot depends on the intensity of the most intense PIP. Clusters plot is obtained using

myPeakList.ClusterPlot(CC)

where CC is the cut correlation coefficient.

myPeakList.ClusterPlot(0.95)

clustersplot

Clusters plots provide a comprehensive representation of complex X-HRMS. As with the centergram representation, the data cursor tool can be used to attach to the graph key figure of merits and open a new window with information about the selected cluster. This is demonstrated below with the two clusters selected previously.

clusters

Grouping the PIPs by similarities not only allow the simplify the data representation but also to quickly recognise the molecular ions and its main isotopes drastically simplifying the identification of unknown species.

Reference

  1. Algorithm for comprehensive analysis of datasets from hyphenated high resolution mass spectrometric techniques using single ion profiles and cluster analysis

Up           : Pure ion profile and peak list
Next        :
Previous  : Centergram representation


Related to: