美文网首页『三代测序』
Assembly--及相关内容

Assembly--及相关内容

作者: 晓佥 | 来源:发表于2019-06-04 09:29 被阅读38次

De novo genome assembly

Hybrid error correction
Using short reads or short-read assemblies to correct raw long reads
Nanocorr (I and O) https://github.com/jgurtowski/nanocorr
MaSuRCA (I and P) https://github.com/alekseyzimin/masurca
PBcR (I and P) (also for just long reads) http://wgs-assembler.sourceforge.net/wiki/index.php?title=PBcR
Spades (I, P and O) https://github.com/ablab/spades

Self error correction
Correct raw long reads using other raw long reads
FALCON-sense (P) https://github.com/PacificBiosciences/FALCON
pbdagcon (P) https://github.com/PacificBiosciences/pbdagcon

Long-read overlapping
Find pairs of reads that align to each other
MHAP (P and O) https://github.com/marbl/MHAP
Minimap (P and O) https://github.com/lh3/minimap
DALIGNER (P and O) https://github.com/thegenemyers/DALIGNER

Contig assembly
Arrange reads that overlap with each other to build a consensus sequence
Canu (P and O) https://github.com/marbl/canu
FALCON (P) https://github.com/PacificBiosciences/FALCON
Hinge (P) https://github.com/HingeAssembler/HINGE
MECAT (P and O) https://github.com/xiaochuanle/MECAT
Miniasm (O and P) https://github.com/lh3/miniasm
Spades (I, P and O) https://github.com/ablab/spades
Supernova (G) https://support.10xgenomics.com/de-novo-assembly/software/overview/welcome
HGAP (P) https://github.com/PacificBiosciences/Bioinformatics-Training/wiki/HGAP
Flye (P) https://github.com/fenderglass/Flye
MARVEL (P) https://github.com/schloi/MARVEL

Scaffolding
Order and orient contigs into chromosome sequences
Architect (I) https://github.com/kuleshov/architect
ARCS (G) https://github.com/bcgsc/arcs
BioNano Access (B) https://bionanogenomics.com/support-page/bionano-access/
FragScaff (H) https://sourceforge.net/projects/fragscaff/
LINKS (P and O) https://github.com/warrenlr/LINKS
npScarf (O) https://github.com/mdcao/npScarf
RAILS (P and O) https://github.com/bcgsc/RAILS
SALSA (H) https://github.com/machinegun/SALSA

Gap filling
Localized alignment and assembly to improve an existingassembly
PBJelly (P) https://sourceforge.net/p/pb-jelly
RAILS and Cobbler (P and O) https://github.com/bcgsc/RAILS

Polishing
Refine the consensus sequence of a de novo assembly by a reanalysis of how the raw reads align
Arrow (A and P) http://www.pacb.com/
Nanopolish (A and O) https://github.com/jts/nanopolish
Pilon (A and I) https://github.com/broadinstitute/pilon
Quiver (A and P) https://github.com/PacificBiosciences/GenomicConsensus
Racon (A, P and O) https://github.com/isovic/racon

注:A, assembly-based; B, BioNano Genomics; G, 10X Genomics; H, Hi-C; I, Illumina; O, Oxford Nanopore; P, PacBio;

补充:

1.Nanopore测序结果的分析大概流程:

2.三代样本数据集

https://github.com/PacificBiosciences/DevNet/wiki/Datasets

相关文章

  • Assembly--及相关内容

    De novo genome assembly Hybrid error correctionUsing shor...

  • java关于https证书认证及生成

    1、关于http及https相关内容,参考:https://blog.csdn.net/xiaoming10000...

  • Assembly--软件PBcR和Canu

    1.PBcR 下载说明页:http://wgs-assembler.sourceforge.net/wiki/in...

  • iOS block及相关内容理解

    什么是block block就是包含了函数和函数参数的一个结构体(也可以理解为对象).Block可以拆分为三大块内...

  • Kafka 最佳实践

    Kafka 基本配置及性能优化 这里主要是 Kafka 集群基本配置的相关内容。 硬件要求 Kafka 集群基本硬...

  • 《django by example》实践 educa 项目(三

    关键词:django by example 点我查看本文集的说明及目录。 本项目相关内容包括: 实现过程: CH1...

  • Qt及Qt Quick开发实战精解

    Qt及Qt Quick开发实战精解主要讲解了5个Qt综合应用程序的开发过程和Qt Quick的相关内容。《Qt及Q...

  • Qt及Qt Quick开发实战精解

    Qt及Qt Quick开发实战精解主要讲解了5个Qt综合应用程序的开发过程和Qt Quick的相关内容。《Qt及Q...

  • 四大分析

    一、市场分析:对市场容量、市场规模及市场特性等相关内容进行实事求是的经济分析及预测。包括三大范畴:A.从行业角度,...

  • Topic2.克隆进化之ClonEvol

    上期利用sciClone已经全面的复现了文章的相关内容,下面开始介绍ClonEvol软件的使用及相关问题,包括文章...

网友评论

    本文标题:Assembly--及相关内容

    本文链接:https://www.haomeiwen.com/subject/vrikxctx.html