Data Reduction and Normalization#

These functions perform data reduction and normalization on BandHiC matrices, allowing for efficient analysis of Hi-C data. These functions are wrapped around band_hic_matrix methods to provide a consistent interface for data reduction and normalization.

bandhic.min(*args, **kwargs)

Wrapped from band_hic_matrix.min

bandhic.max(*args, **kwargs)

Wrapped from band_hic_matrix.max

bandhic.sum(*args, **kwargs)

Wrapped from band_hic_matrix.sum

bandhic.mean(*args, **kwargs)

Wrapped from band_hic_matrix.mean

bandhic.std(*args, **kwargs)

Wrapped from band_hic_matrix.std

bandhic.var(*args, **kwargs)

Wrapped from band_hic_matrix.var

bandhic.prod(*args, **kwargs)

Wrapped from band_hic_matrix.prod

bandhic.ptp(*args, **kwargs)

Wrapped from band_hic_matrix.ptp

bandhic.all(*args, **kwargs)

Wrapped from band_hic_matrix.all

bandhic.any(*args, **kwargs)

Wrapped from band_hic_matrix.any

bandhic.clip(*args, **kwargs)

Wrapped from band_hic_matrix.clip

bandhic.normalize(*args, **kwargs)

Wrapped from band_hic_matrix.normalize