Metadata-Version: 2.1
Name: HiCMatrix
Version: 15
Summary: Helper package which implements HiCMatrix class for HiCExplorer, pyGenomeTracks and scHiCExplorer.
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.9)
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.

Version 14 introduced the official support for scool file format, used by scHiCExplorer since version 5: https://github.com/joachimwolff/scHiCExplorer and https://schicexplorer.readthedocs.io/en/latest/.

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

- h5
- cool
- hicpro
- homer

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

- h5
- cool
- scool
- homer
- ginteractions

Citation:
^^^^^^^^^

Joachim Wolff, Leily Rabbani, Ralf Gilsbach, Gautier Richard, Thomas Manke, Rolf Backofen, Björn A Grüning.
**Galaxy HiCExplorer 3: a web server for reproducible Hi-C, capture Hi-C and single-cell Hi-C data analysis, quality control and visualization, Nucleic Acids Research**, gkaa220, https://doi.org/10.1093/nar/gkaa220


