Metadata-Version: 2.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
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Dist: numpy (>=1.16.*)
Requires-Dist: scipy (>=1.2.*)
Requires-Dist: tables (>=3.5.*)
Requires-Dist: pandas (>=0.25.*)
Requires-Dist: cooler (>=0.8.*)
Requires-Dist: intervaltree (>=3.0.*)

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


