Metadata-Version: 1.1
Name: HiCMatrix
Version: 13
Summary: Helper package which implements HiCMatrix class for HiCExplorer and pyGenomeTracks
Home-page: https://github.com/deeptools/HiCMatrix
Author: Joachim Wolff, Leily Rabbani, Vivek Bhardwaj, Fidel Ramirez
Author-email: wolffj@informatik.uni-freiburg.de
License: LICENSE
Description: HiCMatrix
        ===========
        
        This library implements the central class of HiCExplorer to manage Hi-C interaction matrices. It is separated from the main project to enable to use of Hi-C matrices
        in other project without the dependency to HiCExplorer. Moreover, it enables us to use the already separated pyGenomeTracks (former hicPlotTADs) to be used in HiCExplorer
        because mutual dependencies are resolved.
        
        With version 8 we dropped the support for Python 2.
        
        Read support
        -------------
        
        - h5
        - cool
        - hicpro
        - homer
        
        Write support
        --------------
        
        - h5
        - cool
        - homer
        - ginteractions
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
