软件包:seqan-needle(1.0.2+ds-2)
seqan-needle 的相关链接
Debian 的资源:
下载源码包 seqan-needle:
- [seqan-needle_1.0.2+ds-2.dsc]
- [seqan-needle_1.0.2+ds.orig.tar.xz]
- [seqan-needle_1.0.2+ds-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
pre-filter for the counting of very large collections of nucleotide sequences
Needle is a tool for semi-quantitative analysis of very large collections of nucleotide sequences.
Needle stores its data in multiple interleaved Bloom filter, a fast and space efficient probabilistic data structure and uses a windowing scheme (also called minimisers) to reduce the amount of data to store. How many interleaved Bloom filter are used is defined by the user. Each interleaved Bloom filter has a so called expression threshold and stores minimisers with an occurrence greater than or equal to its own expression threshold and smaller than the next biggest expression threshold (if there is no bigger expression threshold, all greater than or equal to the threshold are stored). These expression thresholds are then used during the query (called estimate) to approximate the expression values of given transcripts.
其他与 seqan-needle 有关的软件包
|
|
|
|
-
- dep: libbz2-1.0
- 高品质块排序文件压缩程序库 - 运行时库
-
- dep: libc6 (>= 2.34)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.4)
- GCC 支持库
-
- dep: libgomp1 (>= 6)
- GCC OpenMP(GOMP)支持库
-
- dep: libstdc++6 (>= 13.1)
- GNU 标准 C++ 库,第3版
-
- dep: zlib1g (>= 1:1.1.4)
- 压缩库 - 运行时