Entering edit mode
SAURIN
★
1.1k
@saurin-799
Last seen 10.2 years ago
Hi BioC,
I am using below function for heatmap.
heatmap.2(FeatureX,col=gmpalette,Colv= FALSE,Rowv = as.dendrogram(hclu
st(row.dist,method="centroid")),scale="row",key=TRUE,keysize=0.60,symk
ey=FALSE,density.info="none",trace="none",margins=c(5,5),cexRow=1,cexC
ol=1,cex.sub=1);
Above function, I am getting Genes clustered but not samples and when
I try to cluster samples, I get all control and exp. mixed up.
how can I cluster samples but still be able to keep Controls and Exp.
apart in terms of order.
please let me know if anybody performed something like that.
Thank you so much for your time and help in advance,
Saurin