Entering edit mode
Hi,
in venn diagram here the line connecting external intersection area label to its anchor point is misplaced, does anyone know what parameter of the function draw.pairwise.venn corrects for this?
png(paste0(dir,condition[j],'.Human.MEF',timecorr[i], '_vennNumber.png'), res = 300, height = 20*300, width = 20*300, bg = "white") draw.pairwise.venn(Cond.Humannb, Cond.MEFnb, Cond.Overlap.Human.MEF.nb, c('Human','MEF'),alpha = rep(0.6, 2),scaled = T,cat.pos = c(0,0), inverted = T, fill = c("blue", "red"), cat.dist = rep(0.025, 2), cex = rep(5,3), cat.cex = rep(5,2)) dev.off()
I noticed venndiagram is not a package in bioconductor (only in CRAN), if this not the appropriate place this post than I ask you where should I?