File: index.rst

package info (click to toggle)
python-cooler 0.10.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 32,600 kB
  • sloc: python: 11,033; makefile: 173; sh: 31
file content (37 lines) | stat: -rw-r--r-- 902 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.. cooler documentation master file, created by
   sphinx-quickstart on Sun Jan 17 11:53:23 2016.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.


Cooler
======

Cooler is a Python support library for .cool/.mcool files: an efficient storage format for high resolution genomic interaction matrices.

The cooler package aims to facilitate:

* Creation, aggregation and manipulation of genomically-labeled sparse matrices.
* Querying: sequential and range query patterns and tabular and sparse/dense array retrieval.
* Scalable out-of-core operations on the data.
* Data export and visualization.

Follow cooler development on `GitHub <https://github.com/open2c/cooler>`_.


Contents:

.. toctree::
   :maxdepth: 2

   quickstart
   datamodel
   concepts
   schema
   api
   cli
   releasenotes


* :ref:`genindex`
* :ref:`Glossary`