Skip to main content

Questions tagged [ggvenn]

The tag has no usage guidance.

0 votes
1 answer
42 views

ggVennDiagram - Adding Own Dataset

I want to create a 3D Venn Diagram using the ggVennDiagram package using data that I have collected and is currently in a table/dataset relating to surgical techniques used in patients. Most of the ...
Dr Bear's user avatar
1 vote
1 answer
92 views

How to remove margin in ggvenn plotted with ggplot?

I am trying to create a venn diagram with the ggvenn package utilizing ggplot2. However, when I save the image with ggsave there is a lot of white space around the image. I tried to set the margins ...
user21165666's user avatar
1 vote
1 answer
98 views

ggvenn adding non-existent value to Venn

I have generated a Venn diagram using ggvenn and a csv file with three columns. In my final png (attached), an additional value has been counted between groups Dro and Xvm (I have circled this in ...
Jpike's user avatar
  • 209
0 votes
1 answer
102 views

How to add superscripts to each circle of a venn diagram using ggvenn?

I am trying to add superscripts to each circle of one venn diagram. I am using the R package ggvenn and these have been my attempts. #Normal situation set.seed(20190708) genes <- paste("gene&...
emr2's user avatar
  • 1,660