View source: R/class_HiC_matrix.from_hic.R
HiC_matrix.from_hic | R Documentation |
This HiC_matrix is only a small slice of complete matrix therefore stats like insulation are not valid.
HiC_matrix.from_hic( hic_f, query_gr, bin_size = NULL, matrix = c("observed", "oe", "expected")[2] )
hic_f |
a .hic file |
query_gr |
a query GRanges |
bin_size |
the bin size to retrieve. Use strawr::readHicBpResolutions to find valid resoltions. |
matrix |
one of c("observed", "oe", "expected"). Default is "oe", observed/expected. See strawr::straw for details. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.