extractCounts.Rd
Extract counts from .hic file(s)
extractCounts(
bedpe,
hic,
chroms = c(1:22, "X", "Y"),
res = 10000,
norm = "NONE",
matrix = "observed"
)
GInteraction object that has been binned to the correct resolution
Path to .hic file
Character vector of chromosomes to extract
Resolution of bedpe bins
string hic normalization <NONE/VC/VC_SQRT/KR>.
string matrix values to extract. Either 'observed', 'oe', or 'expected'.