目录

gcapc: GC effects aware peak caller

Introduction

ChIP-seq has been widely utilized as the standard technology to detect protein binding regions, where peak calling algorithms were developed particularly to serve the analysis. Existing peak callers lack of power on ranking peaks’ significance due to sequencing technology might undergo sequence context biases, e.g. GC bias. gcapc is designed to address this deficiency by modeling GC effects into peak calling.

Installation

gcapc is an R/Bioconductor package, which can be installed with source code documented in GitHub or simply through Bioconductor.

If GitHub source installation is selected, make sure dependency R packages are pre-installed as shown in the DESCRIPTION file. Then, install gcapc with following code.

library(devtools)
install_github("tengmx/gcapc")

Alternatively, installation through Bioconductor is as simple as follows.

source("https://bioconductor.org/biocLite.R")
biocLite("gcapc")

Using gcapc

First, load the package into R.

library(gcapc)

Then, follow the steps introduced in the package vignette to estimate GC-bias or peak calling.

Help

You are very welcome to leave any questions/bug messages at GitHub issues.

关于

用于分析ChIP-seq数据中的峰信号,检测结合位点

3.9 MB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802047560号