Description Usage Arguments Value Author(s) Examples
Perform hypothesis testing to detect differential binding sites
1 | ChIPComp(countSet,A,threshold=1)
|
countSet |
A |
A |
User-specified regions to fit the model. It is a bed file with three columns, named ("chr","start","end"), could be separated by space or tab. |
threshold |
User specified posterior probability threshold. Default is 1. |
A object ChIPComp
contains
Column chr
,start
,end
are the binding site genomic coordinate;
Column ip_c(\#condition)_r(\#replicate)
indicates ChIP counts in \#replicate in \#condition;
Column ct_c(\#condition)_r(\#replicate)
indicates smoothing control counts in \#replicate in \#condition;
Column commonPeak
1s indicate common binding sites;
Column prob.post
is the posterior probability for each binding site.
Column pvalue.wald
is the pvalue of wald test for each binding site.
Hao Wu<hao.wu@emory.edu>, Li Chen <li.chen@emory.edu>
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.