bandhic.band_hic_matrix.dump#

band_hic_matrix.dump(filename)[source]#

Save the band_hic_matrix object to a file.

Parameters:

filename (str) – The name of the file to save the object to.

Return type:

None

Examples

>>> import bandhic as bh
>>> mat = bh.ones((3,3), diag_num=2)
>>> mat.dump('myfile.npz')