bandhic.band_hic_matrix.__repr__#

band_hic_matrix.__repr__()[source]#

Return a string representation of the band_hic_matrix object.

Returns:

A string representation of the object.

Return type:

str

Examples

>>> import bandhic as bh
>>> mat = bh.ones((3,3), diag_num=2)
>>> repr(mat)
    "band_hic_matrix(shape=(3, 3), diag_num=2, dtype=<class 'numpy.float64'>)"