Skip to content
Snippets Groups Projects
Commit 95ef3406 authored by mcariou's avatar mcariou
Browse files

correct gene name

parent c20f32f6
Branches
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -19,7 +19,7 @@ makeFig1 <- function(df){
colFig1 <- metColor[which(metColor$Name %in% colnames(xt)) , ]
##### PART 1 : NUMBER OF METHODS
par(xpd = NA , mar=c(2,7,4,0) , mfrow =c(1,2) , oma = c(0,0,0,0) , mgp = c(3,0.3,0))
par(xpd = NA , mar=c(2,9,4,0) , mfrow =c(1,2) , oma = c(0,0,0,0) , mgp = c(3,0.3,0))
h = barplot(
t(xt),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment