[BioC] venn diagrams

Steffen Möller steffen_moeller at gmx.de
Sat Jun 5 21:09:21 CEST 2010


Hello again, David. I can confirm your problem (or at least that there is something strange). What repairs it for me is
venn(list(a[,1],b[,1],c[,1]))
which does what I had previously hoped the "as.vector" to achieve. I'm having a close look at that and send a patch.
Cheers,
Steffen

On 06/05/2010 08:50 PM, David Lyon wrote:
> 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