error
0
0
Entering edit mode
مریم • 0
@91082a7a
Last seen 2.1 years ago
Iran
#3: correlation heatmap (+hierarchical clustering)

cor_raw<-cor(log_raw_ex)
library(pheatmap)
library(ggplot2)
group2<-c (paste0("collagen",1:2) ,paste0("collagen and cisplatin",1:2),paste0("non",
 "non",1:4))
group2
pheatmap(cor_raw ,
         cellwidth=20,
         cellheight=20,
         labels_row=group2,
         labels_col=group2,
         color="blue2","yellow","burlywood3", 
         clustering_distance_cols ="binary",
         clustering_distance_rows ="binary")



error
in pheatmap ( cellwidth=20,         cellheight=20,         labels_row=group2,         labels_col=group2,

could not find function "pheatmap"
QuaternaryProd plasFIA gpuMagic • 383 views
ADD COMMENT

Login before adding your answer.

Traffic: 787 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6