Closed gavieira closed 10 months ago
Sorry for this inconvenience.
genes <- paste0("gene",1:1000)
gene_list <- list(A = sample(genes,100),
B = sample(genes,200))
# construct a Venn object
venn = Venn(gene_list)
data = process_data(venn, shape_id = "201")
plot_venn(data)
Thanks!! :)
I added a shape_id
param in ggVennDiagram()
, so it would be fine with ggVennDiagram(x, shape_id = '201')
.
Wondering if there is a way to plot it like this now: