[ sid ]
软件包:libgenomicsdb1(1.5.3-3 以及其他的) [debports]
sparse array storage library for genomics (shared libraries)
GenomicsDB is built on top of a htslib fork and an internal array storage system for importing, querying and transforming variant data. Variant data is sparse by nature (sparse relative to the whole genome) and using sparse array data stores is a perfect fit for storing such data.
The GenomicsDB stores variant data in a 2D array where:
- Each column corresponds to a genomic position (chromosome + position); - Each row corresponds to a sample in a VCF (or CallSet in the GA4GH terminology); - Each cell contains data for a given sample/CallSet at a given position; data is stored in the form of cell attributes; - Cells are stored in column major order - this makes accessing cells with the same column index (i.e. data for a given genomic position over all samples) fast. - Variant interval/gVCF interval data is stored in a cell at the start of the interval. The END is stored as a cell attribute. For variant intervals (such as deletions and gVCF REF blocks), an additional cell is stored at the END value of the variant interval. When queried for a given genomic position, the query library performs an efficient sweep to determine all intervals that intersect with the queried position.
This package contains the shared library.
其他与 libgenomicsdb1 有关的软件包
|
|
|
|
-
- dep: libbz2-1.0
- 高品质块排序文件压缩程序库 - 运行时库
-
- dep: libc6.1 (>= 2.38)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6.1-udeb
-
- dep: libcurl4t64 (>= 7.18.0)
- 简单易用的客户端 URL 传输软件库(OpenSSL 变种)
-
- dep: libfmt9 (>= 9.1.0+ds1)
- fast type-safe C++ formatting library -- library
-
- dep: libgcc-s1 (>= 3.4)
- GCC 支持库
-
- dep: libgomp1 (>= 4.9)
- GCC OpenMP(GOMP)支持库
-
- dep: liblzma5 (>= 5.1.1alpha+20120614)
- XZ 格式压缩库
-
- dep: libmuparserx4.0.12 (>= 4.0.12)
- mathematical expression parser library
-
- dep: libprotobuf23 (>= 3.12.4)
- protocol buffers C++ library
-
- dep: libssl3t64 (>= 3.0.0)
- 安全套接字层工具箱 - 共享库
-
- dep: libstdc++6 (>= 14)
- GNU 标准 C++ 库,第3版
-
- dep: libuuid1 (>= 2.16)
- 通用唯一标识符 (UUID) 库
-
- dep: openmpi-bin
- high performance message passing library -- binaries
-
- dep: zlib1g (>= 1:1.1.4)
- 压缩库 - 运行时