Description Usage Arguments Details Author(s) Examples
visHiCDB uses Hi-C raw contact matrix and CDBs as input and outputs figures of CDBs or differential CDBs on Hi-C maps
1 | visHiCDB(hicfile, CDBfile, resolution, chr, startloc, endloc, outdir)
|
hicfile |
hicfile is the file names of the intra-chromosome matrixes. The intra-chromosome matrix could be in a dense (a NxN matrix) or sparse (a Kx3 table,Rao et al.) format. Show CDBs on one sample,set hicfile as 'SAMPLE_File'. Show differebtial CDBs in two samples, set hicfile as list('SAMPLE1_FILE','SAMPLE2_FILE'). |
CDBfile |
CDBfile should be is file name of the CDB files. Show CDBs on one sample,set CDBfile as 'SAMPLE_CDB'. Show differebtial CDBs in two samples, set CDBfile as list('SAMPLE1_CDB','SAMPLE2_CDB'). The CDB file should be formated as the output file of HiCDB. |
resolution |
resolution of Hi-C matrix. This is required. |
chr, startloc, endloc |
numeric observation locus on Hi-C map.This is required. |
outdir |
The output direction. Default will be the directory of the first sample. |
This function outputs a pdf figure showing CDBs on a Hi-C map on desired locus. Conserved CDBs are marked as dark blue.
Implemented by Fengling Chen
Any suggestions and remarks might be addressed to Fengling Chen:cfl15@mails.tsinghua.edu.cn
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.