Input/Output Functions#
These functions handle input and output operations for BandHiC matrices, including saving and loading from various formats.
|
Save a band_hic_matrix to a .npz file. |
|
Load a band_hic_matrix from a .npz file. |
|
Read Hi-C data from a .hic file and return a band_hic_matrix. |
|
Read Hi-C data from a .hic file for all chromosomes and return a dictionary of band_hic_matrix objects. |
|
Read Hi-C data from a .cool or .mcool file and return a band_hic_matrix. |
|
Read Hi-C data from a .cool or .mcool file for all chromosomes and return a dictionary of band_hic_matrix objects. |
|
Read Hi-C data from a .scool file for a specific chromosome and return a dictionary of band_hic_matrix objects for all cells. |
|
Read Hi-C data from a .scool file for all cells and return a dictionary of dictionaries of band_hic_matrix objects. |