Name Mode Size
R 040000
data 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.gitignore 100644 0 kb
DESCRIPTION 100644 3 kb
NAMESPACE 100644 8 kb
NEWS 100644 19 kb
README.md 100644 1 kb
README.md
# ChIPpeakAnno [![platforms](http://bioconductor.org/shields/availability/devel/ChIPpeakAnno.svg)](http://bioconductor.org/packages/devel/bioc/html/ChIPpeakAnno.html) [![build](http://bioconductor.org/shields/build/devel/bioc/ChIPpeakAnno.svg)](http://bioconductor.org/packages/devel/bioc/html/ChIPpeakAnno.html) Batch annotation and visualization of peaks from ChIP-seq, ATAC-seq, and NAD-seq experiments or any experiments resulted in large number of chromosome ranges ## Installation To install this package, start R and enter: ```r library(BiocManager) BiocManager::install("ChIPpeakAnno") ``` ## Documentation To view documentation of ChIPpeakAnno, start R and enter: ```r browseVignettes("ChIPpeakAnno") ```