bandhic.band_hic_matrix.copy#

band_hic_matrix.copy()[source]#

Deep copy the object.

Returns:

A deep copy.

Return type:

band_hic_matrix

Examples

>>> import bandhic as bh
>>> mat = bh.ones((3,3), diag_num=2)
>>> mat2 = mat.copy()