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: about 1 year 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.
- Host: GitHub
- URL: https://github.com/humburg/chipsim
- Owner: humburg
- Created: 2016-02-17T22:22:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-16T15:26:00.000Z (over 10 years ago)
- Last Synced: 2025-02-14T13:16:37.818Z (over 1 year ago)
- Topics: bioconductor-packages, chip-seq, simulation
- Language: R
- Homepage:
- Size: 205 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README




# 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")
```