Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexpreynolds/hilbert-genome-cooler

Exploring the Cooler format to store whole-genome datasets arranged into a Hilbert curve
https://github.com/alexpreynolds/hilbert-genome-cooler

Last synced: about 22 hours ago
JSON representation

Exploring the Cooler format to store whole-genome datasets arranged into a Hilbert curve

Awesome Lists containing this project

README

        

# hilbert-genome-cooler
Exploring the Cooler format to store whole-genome datasets arranged into a Hilbert curve

## `hilbertgenome`

A Python library to generate a multiscale `mcool` file of categorical data derived from a whole-genome epilogos "scores"-formatted file.

## `HilbertGenomeCooler.ipynb`

A Jupyter notebook that demonstrates use of the `hilbertgenome` API to process a test dataset.

## `hgc-viewer`

A React web application using the HiGlass client component to render and interact with an `mcool` file ingested into a HiGlass backend server.