[BioC] venn diagrams

David Lyon david_lyon3 at yahoo.com
Sat Jun 5 20:50:34 CEST 2010


Thanks for your efforts Steffen.

If anyone knows exactly how to get this working I would be appreciative:




eg:
library(gplots)
A <- read.delim ("A.file")
B <- read.delim ("B.file")
C <- read.delim ("C.file")
input<-list(A,B,C)
venn(input)

its returns the venn 
diagram from only the first row from each file , how do I change the 
code so it uses every data point in each column.


Thanks



contents 
of A.file
1
2
3
4

contents of B.file
1
2
3
4

contents of C.file
1
2
3
4






More information about the Bioconductor mailing list