Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/humburg/chipsim

This is a read-only mirror of the Bioconductor SVN repository. Package Homepage: http://bioconductor.org/packages/devel/bioc/html/ChIPsim.html Bug Reports: https://support.bioconductor.org/p/new/post/?tag_val=ChIPsim.
https://github.com/humburg/chipsim

bioconductor-packages chip-seq simulation

Last synced: 1 day ago
JSON representation

This is a read-only mirror of the Bioconductor SVN repository. Package Homepage: http://bioconductor.org/packages/devel/bioc/html/ChIPsim.html Bug Reports: https://support.bioconductor.org/p/new/post/?tag_val=ChIPsim.

Awesome Lists containing this project

README

        

![](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 *BiocInstaller* to install the
package and its dependencies from within R.

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