转自:http://dskernel.blogspot.com/2012/04/8-reviews-about-de-novo-genome-assembly.html

8 reviews about de novo genome assembly

 
1.
 
Monya Baker (Editor at Nature)
De novo genome assembly: what every biologist should know
Nature Methods 9, 333–337 (2012) doi:10.1038/nmeth.1935
 
2.
 
Paul Flicek & Ewan Birney (European Bioinformatics Institute)
Sense from sequence reads: methods for alignment and assembly
Nature Methods 6, S6 - S12 (2009) 
 
3.
 
Mihai Pop
(Center for Bioinformatics and Computational Biology, University of Maryland)
Genome assembly reborn: recent computational challenges
Brief Bioinform (2009) doi: 10.1093/bib/bbp026
 
4.
 
Ewan Birney (European Bioinformatics Institute)
Assemblies: the good, the bad, the ugly
Nature Methods 8, 59–60 (2011) doi:10.1038/nmeth0111-59
 
5.
 
Jason R. Miller, Sergey Koren, and Granger Sutton
(J. Craig Venter Institute)
Assembly Algorithms for Next-Generation Sequencing Data
Genomics. 2010 Jun;95(6):315-27. Epub 2010 Mar 6.
http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2874646/?tool=pubmed
 
6.
 
Phillip E C Compeau, Pavel A Pevzner & Glenn Tesler
(University of California San Diego)
How to apply de Bruijn graphs to genome assembly
Nature Biotechnology 29, 987–991 (2011) doi:10.1038/nbt.2023
 
7.
 
Michael C. Schatz, Arthur L. Delcher and Steven L. Salzberg
(Center for Bioinformatics and Computational Biology, University of Maryland)
Assembly of large genomes using second-generation sequencing
Genome Res. 2010. 20: 1165-1173 doi:10.1101/gr.101360.109
 
8.
 
Can Alkan, Saba Sajjadian & Evan E Eichler
(Department of Genome Sciences, University of Washington)
Limitations of next-generation genome sequence assembly
Nature Methods 8, 61–65 (2011) doi:10.1038/nmeth.1527
9.

Steven L. Salzberg and James A. Yorke
(University of Maryland)
Beware of mis-assembled genomes
Bioinformatics (2005) 21 (24): 4320-4321. doi: 10.1093/bioinformatics/bti769
http://dx.doi.org/doi:10.1093/bioinformatics/bti769

(转)8 reviews about de novo genome assembly的更多相关文章

  1. De novo RNA-Seq Assembly Using De Bruijn Graphs

    De novo RNA-Seq Assembly Using De Bruijn Graphs  2017-06-12 09:42:47     59     0     0 在说基因组的拼接之前,可 ...

  2. Falcon Genome Assembly Tool Kit Manual

    Falcon Falcon: a set of tools for fast aligning long reads for consensus and assembly The Falcon too ...

  3. DISCOVAR de novo

    海宝建议用这个拼接软件 http://www.broadinstitute.org/software/discovar/blog/?page_id=98 DISCOVAR – variant call ...

  4. chromosome interaction mapping|cis- and trans-regulation|de novo|SRS|LRS|Haplotype blocks|linkage disequilibrium

    Dissecting evolution and disease using comparative vertebrate genomics-The sequencing revolution   s ...

  5. De novo 测序基础知识

    名词解释 De novo:拉丁文,从头开始的意思,de nove测序则是指在不需要任何参考序列的情况下对某一物种进行基因组测序,然后将测得的序列进行拼接.组装,从而绘制该物种的全基因组序列图谱. 重测 ...

  6. HHP|HPLC-MS/MS|PMT|PST|de novo|

    生物医学大数据 Protein 应用 人类蛋白质组计划 Gene的存在要依靠在蛋白水平确认基因真实存在. 蛋白质组是确定时间地点的研究单元的蛋白质总体,因为时间.地点和研究单元的相互组合存在多种变化, ...

  7. 全基因组测序 从头测序(de novo sequencing) 重测序(re-sequencing)

    全基因组测序 全基因组测序分为从头测序(de novo sequencing)和重测序(re-sequencing). 从头测序(de novo)不需要任何参考基因组信息即可对某个物种的基因组进行测序 ...

  8. MCP|ZWT|Precision de novo peptide sequencing using mirror proteases of Ac-LysargiNase and trypsin for large-scale proteomics(基于Ac-LysargiNase和胰蛋白酶的蛋白组镜像de novo测序)

    一.概述 由于难以获得100%的蛋白氨基酸序列覆盖率,蛋白组de novo测序成为了蛋白测序的难点,由Ac-LysargiNase(N端蛋白酶)和胰蛋白酶构成的镜像酶组合可以解决这个问题并具有稳定性, ...

  9. Pooled genome sequence strategies |representative genome assembly approaches|Domestication|GERP|selective sweep|Hybridization|Introgression|iHS|SNP genotyping arrays|haplotype

    Design based on biology 通过比较基因组学的方法,将脊椎动物基因组的数据,解决生物学各方面问题.新的调控注释(在脊椎动物的进化过程中的出现的)可以丰富物种树(比如不同功能蛋白质进 ...

随机推荐

  1. 小心指针被delete两次

    C++类中,有时候使用到传值调用(对象实体做参数),遇到这种情况,可要小心了!特别是当你所传值的对象生命周期较长,而非临时对象(生命周期段)的时候.来看看下面的情况: #include <ios ...

  2. malloc calloc realloc,new区别联系以及什么时候用

    三个函数的申明分别是:void* realloc(void* ptr, unsigned newsize);void* malloc(unsigned size);void* calloc(size_ ...

  3. Android之使用HTTP协议的Get/Post方式向服务器提交数据

    1.Get方式 方法:通过拼接url在url后添加相应的数据,如:http://172.22.35.112:8080/videonews/GetInfoServlet?title=霍比特人&t ...

  4. Asp.Net MVC如何返回401响应码

    需求:     在默认创建的Asp.Net MVC项目中(这里使用VS2013),需要手动返回一个401响应码给浏览器.我们的代码可能是下面这样子的.   public ActionResult Un ...

  5. 【译】理解与分析ios应用的崩溃报告

    源网址: http://developer.apple.com/library/ios/#technotes/tn2151/_index.html 当一个应用程序崩溃时,创建一份“崩溃报告”对于理解崩 ...

  6. java数据结构和算法------选择排序

    package iYou.neugle.sort; public class Select_sort { public static void SelectSort(double[] array) { ...

  7. Android实现Button事件的处理

    Android实现Button事件的处理 开发工具:Andorid Studio 1.3 运行环境:Android 4.4 KitKat 代码实现 首先是最基本的线性布局,给每个控件设立id值,以供代 ...

  8. ASP.NET Web API 入门大杂烩

    [前言] 本文是大杂烩,意思即是:到处Copy再加一点点思考而混在一起的文章,引用来源因为太多太杂故而省略,望原作者原谅. [概述] ASP.NET Web API随ASP.NET MVC 4一起发行 ...

  9. 新 四则运算题目 C++

    源代码: #include <stdlib.h>#include <iostream.h>#include <conio.h>#include <time.h ...

  10. java数组元素的输出

    java数组元素的输出 利用Arrays.toString(数组名即可) String[] name = {"Tom", "John", "Nike& ...