维恩图
Last updated
Last updated
venn.diagram(
x = list(
"A2 vs At conserve " = as.vector(data1[, 1]),
"D5 vs Dt conserve" = as.vector(data2[, 1])
),
filename = "veenES.png",
hyper.test = TRUE,
height = 1000,
width = 1000,
scaled = TRUE,
main = "340 conserve ES events",
imagetype = "png",
main.cex = 0.75,
main.just = c(1, 1),
main.pos = c(0.35, 1),
col = "transparent",
fill = c("#f53b57", "#0fbcf9"),
alpha = 0.50,
label.col = c("#2d3436"),
cat.fontface = "bold",
cat.col = c("#f53b57", "#0fbcf9"),
cat.cex = c(0.5),
cat.pos = -1,
cat.dist = c(0.03, -0.43),
)