软件包:pbdagcon(0.3+git20180411.c14c422+dfsg-9)
pbdagcon 的相关链接
Debian 的资源:
下载源码包 pbdagcon:
- [pbdagcon_0.3+git20180411.c14c422+dfsg-9.dsc]
- [pbdagcon_0.3+git20180411.c14c422+dfsg.orig.tar.xz]
- [pbdagcon_0.3+git20180411.c14c422+dfsg-9.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
sequence consensus using directed acyclic graphs
pbdagcon is a tool that implements DAGCon (Directed Acyclic Graph Consensus) which is a sequence consensus algorithm based on using directed acyclic graphs to encode multiple sequence alignment.
It uses the alignment information from blasr to align sequence reads to a "backbone" sequence. Based on the underlying alignment directed acyclic graph (DAG), it will be able to use the new information from the reads to find the discrepancies between the reads and the "backbone" sequences. A dynamic programming process is then applied to the DAG to find the optimum sequence of bases as the consensus. The new consensus can be used as a new backbone sequence to iteratively improve the consensus quality.
While the code is developed for processing PacBio(TM) raw sequence data, the algorithm can be used for general consensus purpose. Currently, it only takes FASTA input. For shorter read sequences, one might need to adjust the blasr alignment parameters to get the alignment string properly.
The code and the underlying graphical data structure have been used for some algorithm development prototyping including phasing reads and pre-assembly.
其他与 pbdagcon 有关的软件包
|
|
|
|
-
- dep: libblasr5.3.5 (>= 5.3.5+dfsg)
- tools for aligning PacBio reads to target sequences
-
- dep: libc6 (>= 2.38)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 支持库
-
- dep: libpbbam2.4.0 (>= 2.4.0+dfsg)
- Pacific Biosciences binary alignment/map (BAM) library
-
- dep: libpbseq (>= 5.3.5+dfsg-4~)
- library for analyzing PacBio sequencing data
-
- dep: libstdc++6 (>= 14)
- GNU 标准 C++ 库,第3版
-
- sug: blasr
- 软件包暂时不可用