2016-6-15-de novo文献阅读
准备读四篇denovo的文献:
- Nature Biotechnology(2015) - Sequencing of allotetraploid cotton (Gossypium hirsutum L. acc. TM-1) provides a resource for fiber improvement
- Whole-genome sequencing of the snub-nosed monkey provides insights into folivory and evolutionary history
- Genomic analyses identify distinct patterns of selection in domesticated pigs and Tibetan wild boars
- Ground tit genome reveals avian adaptation to living at high altitudes in the Tibetan plateau
1. 四倍体陆地棉基因组
allotetraploid:异源四倍体;Upland cotton:陆地棉
Structural rearrangements:结构重组;gene loss:基因缺失;disrupted genes:扰乱基因;sequence divergence:序列分歧;asymmetric evolution:不对称进化
方法:
- whole-genome shotgun reads:全基因组鸟枪法
- bacterial artificial chromosome (BAC)-end sequences:
- genotype-by-sequencing genetic maps:
背景:虽然已有测序,但是exact donor species that led to the formation of the tetraploid cotton species 1–2 million years ago (MYA) no longer exists。
测序难点:discriminating between homoeologous sequences(识别同源序列)
传统做法:祖先的二倍体基因组序列,来指导异源多倍体的同源染色体的装配。
问题:关于同源关系的许多contigs 和 scaffolds 保持模棱两可。
本研究的核心优势:scaffolds (N50 = 1,600 kb)长,相比与Brassica napus (N50 = 764 kb),Nicotiana tabacum(N50 = 345~386 kb),wheat (contig N50 = 515~4,297 bp),G. arboreum(N50 = 666 kb)
方法:
Genome sequencing data generation
sheared with a Bioruptor sonication device for short-insert paired-end (PE) library construction
with a Hydroshear DNA Shearing Device (Genomic Solutions Inc., Ann Arbor, MI, USA) for mate-pair library construction
Short-insert paired-end (180, 300, and 500 bp) and large-insert mate-pair libraries (2, 5, 10 kb) were prepared
All libraries were sequenced at 2 × 100 bp on an Illumina HiSeq 2000 platform. In total, 843 Gb of DNA sequencing read data were generated for the genome assembly, representing approximately 337-fold coverage of the raw genome.
BAC library construction and BAC end sequencing
read短,无法确定在基因组的位置,获得的只是contig。
BAC文库可以帮助我们拼接更长的序列。另外由于文库构建存在一定的偏好性,或者有一些序列GC含量太高或太低,当然还有一些repeat序列,所以BAC文库也可以帮助我们对这些序列更好的获得。现在主流的方法是:构建mate-pair文库+多插入片段PE文库+多测序平台结合+fish或者binano光学图谱。
Genome size estimation
Genome assembly, scaffolding and gap-closing
Linkage map construction using the TM-1 × Hai7124 mapping population
Correction of the TM-1 assembly using the SNP map and pseudomolecule chromosome construction
Assessment of genome assembly quality by PE reads
TM-1 assembly validation using mRNA sequences from the G. raimondii and G. hirsutum genomes
TM-1 assembly validation using 36 completely sequenced BACs
Gene prediction and annotation
Transcription factors annotation
Noncoding RNAs annotation
TE annotation
Identification of homoeologous gene sets and orthologous gene sets
Estimation of divergence time
Phylogenetic tree construction and evolution rate estimation
Syntenic analysis and whole-genome alignment
PSGs
Gene loss
Genes involved in the ongoing process of gene loss
2. 金丝猴基因组
3. 藏猪基因组
4. 地山雀基因组
2016-6-15-de novo文献阅读的更多相关文章
- Uncovering thousands of new peptides with sequence-mask-search hybrid de novo peptide sequencing framework (使用序列掩码搜索结合肽段从头测序框架发现了数千个新肽段)-解读人:刘佳维
期刊名:Molecular & Cellular Proteomics 发表时间:(2019年12月) IF:4.828 单位: 朱拉隆功大学 费城威斯塔研究所 物种:人 技术:de novo ...
- De novo 测序基础知识
名词解释 De novo:拉丁文,从头开始的意思,de nove测序则是指在不需要任何参考序列的情况下对某一物种进行基因组测序,然后将测得的序列进行拼接.组装,从而绘制该物种的全基因组序列图谱. 重测 ...
- DISCOVAR de novo
海宝建议用这个拼接软件 http://www.broadinstitute.org/software/discovar/blog/?page_id=98 DISCOVAR – variant call ...
- (转)8 reviews about de novo genome assembly
转自:http://dskernel.blogspot.com/2012/04/8-reviews-about-de-novo-genome-assembly.html 8 reviews about ...
- 文献阅读笔记——group sparsity and geometry constrained dictionary
周五实验室有同学报告了ICCV2013的一篇论文group sparsity and geometry constrained dictionary learning for action recog ...
- 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 在说基因组的拼接之前,可 ...
- 全基因组测序 从头测序(de novo sequencing) 重测序(re-sequencing)
全基因组测序 全基因组测序分为从头测序(de novo sequencing)和重测序(re-sequencing). 从头测序(de novo)不需要任何参考基因组信息即可对某个物种的基因组进行测序 ...
- 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端蛋白酶)和胰蛋白酶构成的镜像酶组合可以解决这个问题并具有稳定性, ...
- 文献阅读 | The single-cell transcriptional landscape of mammalian organogenesis | 器官形成 | 单细胞转录组
The single-cell transcriptional landscape of mammalian organogenesis 老板已经提了无数遍的文章,确实很nb,这个工作是之前我们无法想 ...
随机推荐
- Java提高篇---TreeMap
TreeMap的实现是红黑树算法的实现,所以要了解TreeMap就必须对红黑树有一定的了解,其实这篇博文的名字叫做:根据红黑树的算法来分析TreeMap的实现,但是为了与Java提高篇系列博文保持一致 ...
- 优化Linux生产服务器的经验之谈
[51CTO独家特稿]如何优化自己的Linux生产服务器?本文结合实际的工作经验,总结了优化Linux生产服务器的九大要点.如果有些方法您尚未采用,不妨一试. 一.时间同步 生产环境下的服务器对时间的 ...
- 关于JDK的配置
① 安装官网下载的相应JDK安装包. 现在官网主推JDK8,JDK7以及更老的版本需要注册才能提供下载链接. ② 比如个人下载的jdk7-xxx.exe,安装路径为C:\Program Files\J ...
- CANopen笔记1
CAN现场总线只定义了OSI网络模型的第一层(物理层) 和第二层(数据链路层) ,而这两层一般已被CAN硬件完全实现了.由于没有规定应用层,本身并不完整,需要一个高层协议来定义CAN报文中的11/29 ...
- Dreamweaver学习笔记---2016.08.17
静态网页:不访问数据库,直接写入HTML. 动态网页:在网上发布好的,我们可以通过网页预览到的,具有访问数据库的过程. HTML:Hyper Text Markup Language,超文本语音标记. ...
- [C程序设计语言]第四部分
声明:原创作品,转载时请注明文章来自SAP师太技术博客( 博/客/园www.cnblogs.com):www.cnblogs.com/jiangzhengjun,并以超链接形式标明文章原始出处,否则将 ...
- python_way,day8 面向对象【多态、成员--字段 方法 属性、成员修饰符、特殊成员、异常处理、设计模式之单例模式、模块:isinstance、issubclass】
python_way day8 一.面向对象三大特性: 多态 二.面向对象中的成员 字段.方法属性 三.成员修饰符 四.特殊成员 __init__.__doc__.__call__.__setitem ...
- Mac : 强大的截图
来源:http://irising.me/2011/11/12135/ Mac的截图功能扩展功能很强大的,不要用QQ那个COM+Ctrl+A弱爆了的截图了~ 首先说一下两种截图1.Command+sh ...
- scala中如何编写自定义的流程控制结构
scala是一种函数式编程风格的语言,除了常见的if......else ,for ,while等传统的流程控制结构,也可以自定义流程控制的控制结构. 再了解scala如何实现编写新的流程结构,我们 ...
- 微信公众平台开发详细步骤与java代码
1.微信公众平台设置 首先在https://mp.weixin.qq.com/注册一个公众平台账号(服务号.订阅号.企业号的区别) 微信公众平台地址:https://mp.weixin.qq.com ...