Description Usage Arguments Value
calculate the reproducibility of HiChIP data in .cool format and display all inter-chromosome and intra-chromosome in data frame and heat map
1 2 | cooler2mat(dic, chromfile_path, file1, file2, len, maxrange = 5e+06,
resolution = 5e+05, mapHeat = TRUE)
|
dic |
path of the contant maps exist |
chromfile_path |
a file that contain chromosome length information that is used for calculating bin size |
file1 |
huge contact map 1 |
file2 |
huge contact map 2 |
len |
amount of chromosome that will be compared about, which count from chr1 |
maxrange |
An integer indicating the maximum distance of interaction that is considered. Default is 5000000. |
resolution |
An integer indicating the resolution level of the HiChIP matrix. Default is 500000. |
mapHeat |
If need to display in heat map or not. Default is TRUE |
matrix giving number of all inter-chromosome and intra-chromosome comparasion
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.