韋恩圖繪製的常用工具

var1 var2 var3 var4 var5 var6
col1 col1 txx moive xx col5
col2 s col1 n col5 music
col3 n s col1 love ada
s ada col3 col10 chri n
col5 love xx col2 n alpha

針對多組數據找彼此間的交集(intersection),常用的R包:
1. 小於等於5 個集合:
VennDiagram包
使用教程:http://blog.qiubio.com:8080/archives/2603
或者使用其在線工具:http://bioinfogp.cnb.csic.es/tools/venny/index.html

EulerAPE

2.大於5個集合:
InteractiVenn(2-6 set data): http://www.interactivenn.net/

Heberle, H.; Meirelles, G. V.; da Silva, F. R.; Telles, G. P.; Minghim, R. InteractiVenn: a web-based tool for the analysis of sets through Venn diagrams. BMC Bioinformatics 16:169 (2015).

VENN DIAGRAMS(2-6 set data): http://bioinformatics.psb.ugent.be/webtools/Venn/
http://bioinformatics.psb.ugent.be/beg/tools/venn-diagrams
http://bioinformatics.psb.ugent.be/beg/

UpSetR包
或者使用其在線工具:http://vcg.github.io/upset/

#Download
#Install the latest released version from CRAN
install.packages("UpSetR")

#Download the latest development code of UpSetR from GitHub using devtools with
devtools::install_github("hms-dbmi/UpSetR")
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章