Name Mode Size
R 040000
man 040000
vignettes 040000
DESCRIPTION 100644 1 kb
NAMESPACE 100644 1 kb
README.md 100644 1 kb
README.md
![](http://bioconductor.org/shields/availability/devel/ChIPsim.svg) ![](http://bioconductor.org/shields/build/devel/bioc/ChIPsim.svg) ![](http://bioconductor.org/shields/years-in-bioc/ChIPsim.svg) ![](http://bioconductor.org/shields/downloads/ChIPsim.svg) # ChIPsim A general framework for the simulation of ChIP-seq data. Although currently focused on nucleosome positioning the package is designed to support different types of experiments. # Installation Both the [development](http://bioconductor.org/packages/devel/bioc/html/ChIPseqR.html) and [release](http://bioconductor.org/packages/release/bioc/html/ChIPseqR.html) version of this R package are available through [Bioconductor](http://bioconductor.org/). Use the *BiocManager* to install the package and its dependencies from within R. ```r if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("ChIPseqR") ```