Skip to content
Snippets Groups Projects
Commit ecd67f65 authored by Hanna  JULIENNE's avatar Hanna JULIENNE
Browse files

Update file make_heatmap.R

parent d29130e7
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,6 @@ Rho = Rho[trait_name$ID , c("V1",trait_name$ID), with=FALSE]
Pval = Pval[trait_name$ID , c("V1",trait_name$ID), with=FALSE]
cor_long = melt(as.data.table(Rho),id.vars=c('V1'))
order_trait <- trait_name$ID
pval_long =melt(as.data.table(Pval),id.vars=c('V1'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment