View source: R/extractCounts.R
extractCounts | R Documentation |
Extract counts from .hic file(s)
extractCounts( bedpe, hic, chroms = c(1:22, "X", "Y"), res = 10000, norm = "NONE", matrix = "observed" )
bedpe |
GInteraction object that has been binned to the correct resolution |
hic |
Path to .hic file |
chroms |
Character vector of chromosomes to extract |
res |
Resolution of bedpe bins |
norm |
string hic normalization <NONE/VC/VC_SQRT/KR>. |
matrix |
string matrix values to extract. Either 'observed', 'oe', or 'expected'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.