转自: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. activiti

    http://activiti.org/designer/archived/  eclipse plugin

  2. "Programming"和"Programming"是同一个"Programming"吗?

    什么意思? C语言没有专门的字符串类型,但是,它同样可以处理字符串.本文不是讨论字符串的使用,而是讨论C字符串之间的关系.如题,在C语言代码中,如果定义#define STR = "Prog ...

  3. hdu 2645 find the nearest station

    题目连接 http://acm.hdu.edu.cn/showproblem.php?pid=2645 find the nearest station Description Since dande ...

  4. Spring Dynamic Modules - DMserver

    spring dm server 官网:http://static.springsource.com/projects/dm-server/1.0.x/programmer-guide/htmlsin ...

  5. iOS8 无法设置定位服务

    针对iOS8系统,需要在plist文件中添加这两个参数 NSLocationAlwaysUsageDescription = YES NSLocationWhenInUseUsageDescripti ...

  6. 条款9:不要在构造和析构过程中调用virtual函数

    如下是一个股票交易的例子: class Transaction // 交易的基类 { public: Transaction(); ; // 用于记录交易日志 }; Transaction::Tran ...

  7. Windows平台下Python2.7中pip的安装方法

    本文允许转载,转载请保留全文! [请先阅读][说明&总目录]http://www.cnblogs.com/tbcaaa8/p/4415055.html 1. 文件下载 需要下载并运行ez_se ...

  8. 【BOZJ 1901】Zju2112 Dynamic Rankings

    Description 给定一个含有n个数的序列a[1],a[2],a[3]……a[n],程序必须回答这样的询问:对于给定的i,j,k,在a[i],a[i+1],a[i+2]……a[j]中第k小的数是 ...

  9. Understanding Service Types

    Last update: June 2014. I have partially rewritten this article to provide more technical details an ...

  10. word2007中如何隐藏工具栏

    1.对于屏幕较小的用户来说,编辑时可能需要隐藏word上方的工具栏,具体操作如下: