Description Usage Arguments Details Value References Examples
calculate the stratum-adjusted correlation coefficient
1 | get.scc(mat1, mat2, resol, h, lbr = 0, ubr = 5e+06)
|
mat1 |
Replicate 1 : a n*n intrachromosome Hi-C contact map. |
mat2 |
Replicate 2 : a n*n intrachromosome Hi-C contact map. |
resol |
An integer indicating the resolution of the Hi-C matrix. |
h |
An integer indicating the size of the smoothing neighborhood. |
lbr |
An integer indicating the minumum distance of interaction that is considered. Default is 0. |
ubr |
An integer indicating the maximum distance of interaction that is considered. Defalt is 5000000. |
The function stratifies the Hi-C reads count according to their interacting distance, calculates the Pearson correlation coefficient for each stratum, then aggregrates them using a weighted average.
A list of results including stratum-specific correlation coefficients, weights, stratum-adjusted correlation coefficient (scc), and the asymptotic standard deviation of scc.
corr A vector that contains the stratum specific Pearson correlation coefficients.
wei A vector that contains the weights for each stratum.
scc Stratum-adjusted correlation coefficients.
std The asymptotic standard deviation of scc.
HiCRep: assessing the reproducibility of Hi-C data using a stratum-adjusted correlation coefficient. Tao Yang, Feipeng Zhang, Galip Gurkan Yardimci, Fan Song, Ross C Hardison, William Stafford Noble, Feng Yue, Qunhua Li. Genome Research 2017. doi: 10.1101/gr.220640.117
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.