Description Usage Arguments Value
calculate the reproducibility of HiChIP data in .hic format and display all inter-chromosome and intra-chromosome in data frame and heat map
1 2 | juicer2mat(dic, chromfile_path, pat1 = "_r1", pat2 = "_r2", 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 |
pat1 |
pattern of files for chromosome 1. Default is "_r1". |
pat2 |
pattern of files for chromosome 2. Default is "_r2". |
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.