aboutsummaryrefslogtreecommitdiff
path: root/biology/py-loompy/pkg-descr
blob: 65d3e8d7f75d6c1a8efafafa2cfa81feeb9d0758 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Loom is an efficient file format for large omics datasets. Loom files contain
a main matrix, optional additional layers, a variable number of row and column
annotations, and sparse graph objects. Under the hood, Loom files are HDF5 and
can be opened from many programming languages, including Python, R, C, C++,
Java, MATLAB, Mathematica, and Julia.

Key features:
* Single file that can be moved around
* Metadata travels with the main data
* Data, clustering, layout, annotation stored together
* Efficient random access
* Automatic, on-the-fly compression
* Out-of-memory data processing
* Open source, BSD license

WWW: https://loompy.org/