Description Usage Arguments Value References Examples
converting cooler format to Hi-C matrices
1 | cool2matrix(file, chr = "chr1")
|
file |
the cooler file to be converted. |
chr |
specifiy which chr to be compared. Default is "chr1". |
a squared HiC matrix that can be recongnized by get.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 6 7 8 9 10 | ## Not run:
<<<<<<< HEAD
# Read a .cool file, extract intrachromosomal interactions
=======
# Read a .cool file, extract intrachromosomal interactions
>>>>>>> 5fb05fb8f2e2c0a6bf86ed081614d280cfd0e0b6
# on chr18 and convert it into a squared matrix
mat <- cool2matrix(“hic.cool”, chr = ‘chr18’)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.