koustav-pal / HiCBricks

HiCBricks offers user-friendly and efficient solutions for handling large high-resolution Hi-C datasets. The package provides a R/Bioconductor framework with the bricks to build more complex data analysis pipelines and algorithms.
Other
3 stars 4 forks source link

Moving away from a multiple matrices in one hdf approach towards a single matrix in one hdf approach #9

Closed koustav-pal closed 5 years ago

koustav-pal commented 5 years ago

Overview of changes included in this pull request for the HiCBricks development branch

This development branch was forked from HiCBricks master branch, version 1.3.3 as per the HiCBricks DESCRIPTION file. The objective for this development branch was to create an interface to add and manipulate resolutions through HiCBricks. The current changes will be reflected as HiCBricks version 1.6.0 after release signalling the major changes in the package.

The implementation of this particular objective required circumventing some major flaws in the Brick data structures and the HiCBricks workflow. Primarily, these are as follows:

Store each Hi-C data matrix as a single HDF file.

Other changes