[R] Venn diagram

Gabor Grothendieck ggrothendieck at gmail.com
Thu May 31 17:59:11 CEST 2007


There is a venn package at these links:

http://fisher.stats.uwo.ca/faculty/murdoch/repos/html/vennv1.5.html
http://www.jstatsoft.org/v11/c01/

On 5/31/07, Earl F. Glynn <efg at stowers-institute.org> wrote:
> I'm not sure where you're getting the "venn" package. I don't find "venn" in
> either of these places:
>
> - http://cran.r-project.org/src/contrib/PACKAGES.html
> - http://www.bioconductor.org/packages/release/Software.html
>
> In case this helps, here are some notes about creating Venn Diagrams using
> the limma package:
> http://research.stowers-institute.org/efg/R/Math/VennDiagram.htm
>
> efg
> Stowers Institute for Medical Research
>
>
> "Nina Hubner" <nina.hubner at web.de> wrote in message
> news:loom.20070531T115942-677 at post.gmane.org...
> > Hello,
> >
> >
> >
> > I am a total beginner with "R" and found a package "venn" to
> > create a venn diagram.
> >
> > The problem is, I cannot create the vectors required for the diagram.
> >
> > The manual say:
> > "R> venn(accession, libname, main = "All samples")
> > where accession was a vector containing the codes identifying
> > the RNA sequences, and libname was a vector containing the codes
> > identifying the tissue sample (library)."
> >
> >
> > The structure of my data is as follows:
> >
> >
> >
> > R>   structure(list(cyto = c("A", "B", "C", "D"), nuc = c("A", "B", "E",
> > ""),
> > chrom = c("B", "F", "", "")),.Names = c("cyto", "Nuc", "chrom"))
> >
> >
> > accession should be "A", "B",.... and libname schould be "cyto",
> > "nuc" and "chrom" as I understand it...
> >
> >
> > Could you help me?
> >
> >
> >
> > Sorry, that might be a very simple question, but I am a total beginner
> > as said before! The question has already been asked, but unfortunately
> > there was no answer...
> >
> >
> >
> > Thank you a lot,
> >
> > Nina Hubner
> >
> > ______________________________________________
> > R-help at stat.math.ethz.ch 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.
> >
>
> ______________________________________________
> R-help at stat.math.ethz.ch 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.
>



More information about the R-help mailing list