Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 879 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 879 Bytes

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 and release version of this R package are available through Bioconductor. Use the BiocInstaller to install the package and its dependencies from within R.

source("http://bioconductor.org/biocLite.R")
biocLite("ChIPseqR")