Entering edit mode
7.3 years ago
1769mkc
★
1.2k
I have data sets like this
gene FOLD_UP_DOWN
ACTL6A down
ACTL6B up
ACTR5 up
ACTR8 down
another data set
gene FOLD_UP_DOWN
RARA up
RNF40 down
RUVBL2 down
SETD1A down
ACTR8 down
I can create venn diagram in online tools but i want to create it in R can anyone show me an example i have seen library but its confusing ...Any help would be highly appreciated
I think you could first mutate your data to be one dataframe:
then follow any of the below links
https://stats.idre.ucla.edu/r/faq/how-can-i-generate-a-venn-diagram-in-r/
https://rstudio-pubs-static.s3.amazonaws.com/13301_6641d73cfac741a59c0a851feb99e98b.html
https://cran.r-project.org/web/packages/VennDiagram/VennDiagram.pdf
https://cran.r-project.org/web/packages/gplots/vignettes/venn.pdf