Microarray Cluster Targets/Slides
See Also  Example
This menu can be used to cluster slides or targets together on the similarity of their responses over a number of probes or genes. The analysis uses hierarchical clustering using one of a range of link methods. The slides are grouped together so that the pattern of responses over the probes/genes are similar, with the groups as distinct as possible.

A dendrogram for the hierarchical cluster analysis and a minimum spanning tree can be produced.

With large numbers of probes, many probes may be non-informative, only being subject to random variation, so an option of only using the top proportion of probes with largest mean absolute response is available.

Available Data

This lists data structures appropriate for the edit box which currently has focus. You can double-click a name to enter it in the edit box.

Data Format

The data can be supplied in either of the following formats:
The spreadsheet stack and unstack menus can be used to reorganise the data between these two formats.

Log-ratios

The log-ratios to cluster the slides on.

Probes/Genes

The factor that identifies the probes or genes on a slide. If the data are in pointer format, this has just one entry per probe, but if the data are in variate (stacked) format, this factor indexes the probes in the log-ratio variate.

Targets or Slides

The factor that identifies the slides. If the data are in pointer format, this has just one entry per slide, but if the data are in variate (stacked) format, this factor indexes the slides in the log-ratio variate.

Link Method

A number of methods for clustering are available and vary according to the way in which 'closest' is defined at each stage of merging groups. The following possibilities are available:
Single Link defines the similarity between two clusters as the maximum similarity between any two samples in those clusters
Nearest Neighbour synonym for Single link
Complete Link defines the similarity between two clusters as the minimum similarity between any two samples in those clusters
Furthest Neighbour synonym for Complete Link
Average Link defines the similarity between a cluster and two merging clusters as the average of the similarities with each of the original clusters. It therefore replaces two merging clusters by their mean, unweighted by cluster size
Group Average an average is taken over all the samples in the two merging clusters. Thus, the original clusters are replaced by their mean, weighted by cluster size
Median Sorting can be thought of in terms of clusters being represented by points in a multidimensional space; when two clusters join, the new cluster is represented by the midpoint of the original cluster points

Distance Method

The method of combining the probe similarities together.
Type Contribution
Correlation (1 + CORRELATION(Slide[i];Slide[j]))/2
Euclidean Distance SUM(1 - {(xi - xj) / range}**2)
City block Distance SUM(1 - |xi - xj|/range)

Use only top % of responding probes

Cluster using only the a percentage of the probes. These probes chosen will be those with largest average absolute responses.

Action Buttons

RunRun the analysis.
CancelClose the menu without further changes.
OptionsOpens a dialog where additional options and settings can be specified for the analysis.
DefaultsSet the menu settings back to the default settings. Clicking the right mouse on this button produces a pop-up menu where you can choose to set the menu using the currently stored defaults or the GenStat default settings.
StoreOpens a dialog to specify names of structures to store the results from the analysis. The names to save the structures should be supplied before running the analysis.

Example

The following menu shows the clustering of a series of slides from a microarray experiment:

The options used were:

and the Store button as used to save Group results back to a spreadsheet:

The resulting dendrogram is show below:

The saved correlation matrix will appear in a spreadsheet:

See Also