Venn 维恩图的绘制

使用在线绘图工具

https://bioinfogp.cnb.csic.es/tools/venny/index.html

http://www.biovenn.nl/index.php

http://bioinformatics.psb.ugent.be/webtools/Venn/

使用 R 语言的 VennDiagram 包

VennDiagram 的官网教程

https://rdrr.io/cran/VennDiagram/

参考:

https://www.jianshu.com/p/285b4ac66768

https://www.plob.org/article/7347.html

install.packages("VennDiagram")
library(VennDiagram)














 


原文地址:https://www.cnblogs.com/0820LL/p/11526953.html