https://github.com/keleslab/ChIPUtils
Raw File
Tip revision: d22d7ecd8c54f4eaf52f0e263ea91151f913b050 authored by welch6 on 16 October 2017, 16:57:51 UTC
added install instructions
Tip revision: d22d7ec
README.md

## ChIPUtils

The idea of this package is to have several of the functions used in a
exploratory analysis of ChIP-seq and ChIP-exo data all together in one
package.

We also included some commonly used quality control measures:

- PCR bottleneck coefficient

- Strand cross-correlation

### Installation

To install the package it is better to use:

```
## install.packages("devtools") ## to install devtools
devtools::install_github("welch16/ChIPUtils",ref = "devel")
## or 
devtools::install_github("welch16/ChIPUtils",ref = "devel",build_vignettes = TRUE) 
```
back to top