Thanks for this email, Sarah.

I used the package 'Vennerable'.

Here is the sample code I used to generate the plot.
----------------------------------------------------------------------------------
set1 <- ('snp1', 'snp2', 'snp3')
set2 <- ('snp2', 'snp5', 'snp6')
set3 <- ('snp1','snp7','snp8','snp9','snp10')
set4 <- ('snp1','snp11', 'snp12', 'snp20')

universe <- sort(unique(c(set1, set2, set3, set4)))

sig.set <- list(one=set1, two=set2, three=set3, four=set4)
Vsig.set <- Venn(SetNames=c("one", "two", "three", "four"), sig.set)
plot(Vsig.set, doWeights=F, type='ellipses')
-------------------------------------------------------------------------------

Thank you,

Karena


On Wed, Oct 19, 2011 at 1:42 PM, Sarah Goslee <sarah.gos...@gmail.com>wrote:

> Hi Karena,
>
> On Wed, Oct 19, 2011 at 12:21 PM, karena <dr.jz...@gmail.com> wrote:
> > Hi Dear all,
> >
> > I am making Venn Diagram plots in R. I attached an example:
> > http://r.789695.n4.nabble.com/file/n3919206/venn.jpeg
> >
> > I want to get rid of the black boarder line, is there any way to do it?
>
> Probably.
>
> But there are a lot of different ways to draw Venn diagrams in R, and we
> need to know which one you are using.
>
> Please provide at a minimum the name of the package you are using, and
> a small reproducible example of the code you employed.
>
> Sarah
>
> > Thank you very much,
> >
> > Karena
> >
>
> --
> Sarah Goslee
> http://www.functionaldiversity.org
>

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to