Name Mode Size
R 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
NAMESPACE 100644 1 kb
NEWS 100644 1 kb
README.md 100644 1 kb
README.md
# 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