Description Usage Arguments Value Examples
ChIP-seq experiments usually use crosslinking strategy to capture sequencing fragments. The fragment location is affected by at least but not limited to two factors, protein real binding and crosslinking operation. This function estimate size of binding part in crosslinked DNA-protein complexes, and denoted that as ChIP-seq binding width.Also, the peak detection window half size is estimated based on binding width.
1 |
coverage |
A list object returned by function |
range |
A non-nagative integer vector with length 2. This vector set the range within which binding width and peak window size are estimated. Default c(50,500) represents most ChIP-seq experiments. |
step |
A non-negative integer to set the resolution of binding
width estimation within |
odd |
A logical vector which, when TRUE, only allows return odd number of binding width, which is preferred by the effective GC content estimation. Default: TRUE. |
A numeric vector with 2 elements: Estimated binding width and half size of peak detection window.
1 2 3 | bam <- system.file("extdata", "chipseq.bam", package="gcapc")
cov <- read5endCoverage(bam)
bindWidth(cov)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.