LTLA / dacpet

An R package for ChIA-PET data analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dacpet

An R package for ChIA-PET data analysis

This package provides methods for linker splitting, tag pair counting, normalization and detection of specific interactions for ChIA-PET data. It is based primarily on the statistical methods in the edgeR package. Potential users are directed to peruse the user's guide (found in package/inst/doc) to implement their own analyses, and to understand some of the theory behind the pipeline.

To install this package, make sure that the latest version of R is installed. Then, at the R prompt, type:

source("http://bioconductor.org/biocLite.R")
useDevel()
biocLite(c('edgeR', 'Rsamtools', 'GenomicRanges', 'rhdf5', 'csaw'))
devtools::install_github("LTLA/dacpet/package")

About

An R package for ChIA-PET data analysis

License:GNU General Public License v3.0


Languages

Language:R 67.8%Language:C++ 29.4%Language:TeX 2.7%