This package provides functions to normalize and estimate differential DNA bindings by protein complexes using ChIP-Seq data.
First, dependency packages should be pre-installed in R.
source("https://bioconductor.org/biocLite.R")
biocLite(c("matrixStats","IRanges","GenomeInfoDb","GenomicRanges","Rsamtools",
"rtracklayer","Rsubread","bumphunter","DESeq2","limma","genefilter"))
Then, R-package ComplexDiff can be installed.
library(devtools)
install_github("tengmx/ComplexDiff")
After installation, the package can be loaded into R.
library(ComplexDiff)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.