fetch_hic_byGRanges | R Documentation |
Retrieves rectangular region of a HiC_matrix.
fetch_hic_byGRanges(hic_mat, gr1, gr2 = gr1, ext = 0)
hic_mat |
a valid HiC_matrix object |
gr1 |
GRanges, specifies range of i indexes |
gr2 |
Granges, specifies range of j indexes, default is same as gr1 |
ext |
integer, extends gr1 and gr2 by set amount, default is 0 |
data.table correspoding to gr1xgr2 region of hic_mat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.