Metadata-Version: 2.0
Name: HiCMatrix
Version: 5
Summary: Helper package which implements HiCMatrix class for HiCExplorer and pyGenomeTracks
Home-page: https://github.com/deeptools/HiCMatrix
Author: Fidel Ramirez, Vivek Bhardwaj, Björn Grüning, Joachim Wolff
Author-email: deeptools@googlegroups.com
License: LICENSE.txt
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Dist: cooler (==0.7.11)
Requires-Dist: future (>=0.16.*)
Requires-Dist: intervaltree (==2.1.*)
Requires-Dist: numpy (>=1.13.*)
Requires-Dist: pandas (>=0.23.*)
Requires-Dist: scipy (>=1.1.*)
Requires-Dist: tables (>=3.4.*)

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.

Read support
-------------

- h5
- cool
- hicpro
- homer

Write support
--------------

- h5
- cool
- homer
- ginteractions


