draw and display a Venn diagram with up to 7 sets.
0
0
Entering edit mode
3.0 years ago

Hi

I want to draw a diagram for 7 data sets in R.

I entered the data in R as follows:

library("venn")

mydata<-read.table("d://mydata.txt//mydata.txt",sep=",",header=T)

mydata

venn("mydata",snames="abdominal,kidny,lung,heart,liver,spleen,intestine,meta-analysis",zcolor="style",borders=TRUE, box=TRUE, par=TRUE, ggplot=FALSE)

Error: Conditions 'abdominaldmty' do not match the set names from "snames" argument.

Can anyone help explain why this error occurs? Is my analysis method wrong?

Is there another solution for creating more than 7 datasets?

Regards

Venn • 1.7k views
ADD COMMENT
2
Entering edit mode
3.0 years ago
Asaf 10k

The best way to present such interactions would be using the UpsetR package

ADD COMMENT

Login before adding your answer.

Traffic: 1905 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6