Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/humburg/chipsim
- Owner: humburg
- Created: 2016-02-17T22:22:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2015-10-16T15:26:00.000Z (about 9 years ago)
- Last Synced: 2024-10-11T18:35:21.311Z (26 days 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
![](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")
```