Other Functions#

These functions provide additional utilities for BandHiC matrices, including matrix comparison, bias computation, and TAD calling.

bandhic.matrix_equal(a, b)

Check if two band_hic_matrix objects are equal.

bandhic.assert_band_matrix_equal(a, b)

Assert that two band_hic_matrix objects are equal.

bandhic.compute_bin_bias(hic_coo[, verbose])

Compute bias values for Hi-C contact matrices using the Knight-Ruiz normalization algorithm.

bandhic.call_tad(hic_matrix, resolution, ...)

Detect TADs from a Hi-C matrix using the TopDom algorithm.

bandhic.topdom(hic_matrix, bins, window_size)

Detect TADs using TopDom algorithm.