Bioconductor Code: hicVennDiagram (original) (raw)

# hicVennDiagram [![platforms](http://bioconductor.org/shields/availability/devel/hicVennDiagram.svg)\](http://bioconductor.org/packages/devel/bioc/html/hicVennDiagram.html) [![build](http://bioconductor.org/shields/build/devel/bioc/hicVennDiagram.svg)\](http://bioconductor.org/packages/devel/bioc/html/hicVennDiagram.html) A package to generate high-resolution Venn and Upset plots for genomic interaction data from HiC, ChIA-PET, HiChIP, PLAC-Seq, Hi-TrAC, HiCAR and etc. The package generates plots specifically crafted to eliminate the deceptive visual representation caused by the counts method. ## Installation To install this package, start R and enter: ```r library(BiocManager) BiocManager::install("hicVennDiagram") ``` ## Documentation To view documentation of hicVennDiagram, start R and enter: ```r browseVignettes("hicVennDiagram") ``` Or view it online at: https://bioconductor.org/packages/release/bioc/vignettes/hicVennDiagram/inst/doc/hicVennDiagram.html