I've made a heatmap and it looks cool, I see clearly separated group of genes, I also made a plot using scatter3d and MDS, but they are also show groups of genes,.. The problem is with plot which shows clusters of conditions (con1 con2 con3 - close to each other, the rest in other group). Example dataset:
Gene CON1 CON2 CON3 CON4
A 0 1 124 245
B 3 4 67 82
C 2 0 112 100
D 112 231 4 18
E 92 181 4 0
F 251 124 21 3
Some hints : MDS plots with R
Limma has a function plotMDS as well as CummeRbund, I have used the one from CummeRbund works well.
I have a write-up for PCA and MDS here https://rpubs.com/crazyhottommy/PCA_MDS
Great tutorial, thanks for help, I get what I need ;)