First, thanks for taking the time share the issue. It seems that you have stumbled upon a bug: The item order resulting from the clustering is not applied to the other dimension (row/columns). Do you remember by any chance with which version it was working last? If you do you could try to open the correlation with the older version ( which you may find here:
http://gitools.org/downloads/).
Alternatively, there is a workaround with the actual version by exporting the matrix into a flat text file and opening it as normal heatmap which will show the values for all cells (squared heatmap instead of triangular). If you want to try the workaround, follow the steps below:
- Select the menu File -> Export -> Export Matrix.
- A dialog will ask you which value you want to export: select Score.
- Save the file on your computer with the extension .cdm. For example mycorrelation.cdm
- Once saved, select the menu File -> Open -> from filesystem and then your mycorrelation.cdm
- You have now the same data in a heatmap, but each data point is shown twice in a squared heatmap instead of the triangle view in a correlation result.
- Apply your clustering to one dimension, f.ex. rows.
- Select all rows, right click on the selection and choose the option "Copy selected labels to clipboard"
- Select the menu Filter -> by annotations.
- Choose columns and paste the copied row ids into the text field (CTRL+V) and hit ok.
You should now have the correlation result ordered according to the clustering in both dimensions. Note that if you would like the same color scale as in the correlation results, maximize Settings on the left bottom and select the Correlation scale from the drop-down selection.
I hope I could help and we will address the bug that you discovered.