相关文章:

A Unified Framework for Association Analysis with Multiple Related Phenotypes

太重要了,不得不单独拿出来分析一下。本review高度总结了GWAS这10年的成绩、以及现在的局限性。每个搞统计遗传的都必须要好好看看。

第一篇GWAS是什么时候?谁提出的?The first successful GWAS published in 2002 studied myocardial infarction. Ozaki

trans-ethnic和meta analysis的区别?不同人种和整合分析,概念不一样,目的不一样

Twin study是什么?优势是什么?用于估计heritability。本质就是控制变量,同卵双胞胎share了同样的遗传物质,所以他们的表型差异完全可以归结为非genetic的环境变异。"identical" or monozygotic (MZ) twins share essentially 100% of their genes, which means that most differences between the twins (such as height, susceptibility to boredom, intelligence, depression, etc.) are due to experiences that one twin has but not the other twin.

GWAS里面cohort study是什么?The importance of cohort studies in the postGWAS era

LD和correlation的联系和区别?LD表征的是一个SNP的特征,correlation是两个对象之间的相关性。LD就是某个SNP的1M区域内,其所有阈值超过0.5的r2的总和。

heritability是什么?在GWAS中如何计算?heritability在不同人群中是会变的,因为GE interaction会变,看wiki定义。

在GWAS实验设计中,有哪些因素会影响power?如何计算power和控制power?见下文

什么是genetic architecture?the joint distribution of effect size and allele frequency

GWAS的SNP arrays通常包含多少个SNP位点,是如何选择出这些位点的?minor allele frequency (MAF) typically larger than 1%.

为什么要做SNP imputation,根据什么来做?haplotype

什么情况下WGS能检测出rare variant与trait的association?sample size足够,或者effect size足够,最终还是要power足够。

burden testing of rare variant是什么?以基因为单位,检验rare variant在case和control中的差异是否显著。

10 Years of GWAS Discovery: Biology, Function, and Translation

之前的第一个五年总结:Five Years of GWAS Discovery

The GWAS is an experimental design used to detect associations between genetic variants and traits in samples from populations. 可以说genetic variants,也可以说gene,或者loci。

GWAS其实是一种包含了实验设计和分析的整合方法,主要用于complex-trait的控制基因定位。如果是单基因病monogenic disease的话,就没必要做GWAS了。

对于正常的性状,比如身高,定位到的就是控制身高的一些loci;对于疾病就是定位到导致疾病的一些variant上。

variant有很多种,目前GWAS主要关注的是SNP,其实还有InDel、CNV和SV。

这就是我的主要工作,学学别人的措辞:

The path from GWAS to biology is not straightforward because an association between a genetic variant at a genomic locus and a trait is not directly informative with respect to the target gene or the mechanism whereby the variant is associated with phenotypic differences.

The statistical power to detect associations between DNA variants and a trait depends on the experimental sample size, the distribution of effect sizes of (unknown) causal genetic variants that are segregating in the population, the frequency of those variants, and the LD between observed genotyped DNA variants and the unknown causal variants.

In addition, other genome-wide scans, such as WES and WGS studies, allow testing for a burden of rare variants across shared functional units (e.g., genes) in a way that is not accessible to GWASs.

Burden Testing of Rare Variants Identified through Exome Sequencing via Publicly Available Control Data

这个视频讲得很好,由浅及深:BroadE: Statistical Genetics - Rare variants

以下是本review的框架:

复杂性状的高度多基因性Complex Traits Are Highly Polygenic

phenotype可以很general,大到身高、小到基因表达、表观变化。

Polygenic就是控制复杂性状的基因或loci是很多的,如何整合解释它们整体的影响非常重要。

多效性是普遍存在的Pleiotropy Is Pervasive

多效性就是一个位点的突变可能影响了多种表现,这也就是为什么很多表型具有高度的相关性。

新的分析方法学New Analysis Methodology Underpinning New Discovery

GWAS的后续研究主要有以下四个方面:

(1) methods of better modeling population structure and relatedness between individuals in a sample during association analyses,28–34
(2) methods of detecting novel variants and gene loci on the basis of GWAS summary statistics, 35–37
(3) methods of estimating and partitioning genetic (co)variance,38,39 and
(4) methods of inferring causality.40–42

常见变异解释了大部分的累积遗传变异Common Variants Together Tag a Substantial Proportion of Additive Genetic Variance

Additive Genetic Variance就是指AA、Aa、aa之间的表型是线性的,而不是显性和隐性的关系。

遗传预测方法The Utility of GWAS-Derived Genetic Predictors

polygenic risk score (PRS),就是根据每个个体的变异和effect size,给每一个个体一个具体的患某疾病的打分。

公共数据库的应用The Public Availability of Data Has Enabled Novel Research and Discoveries

GWAS Catalog - EMBL-EBI,最有名的数据库。

UK Biobank

从GWAS到生物学From GWAS to Biology

如何填补这个gap,于是出现了很多数据库:ENCODE Epigenome RoadMap, and GTEx

三个成功的GWAS案例Three Exemplars of GWAS Success

值得一看,如何用精简的语言高度总结一个项目。

GWAS这十年 | 10 Years of GWAS Discovery: Biology, Function, and Translation的更多相关文章

  1. angular学习笔记(三十)-指令(10)-require和controller

    本篇介绍指令的最后两个属性,require和controller 当一个指令需要和父元素指令进行通信的时候,它们就会用到这两个属性,什么意思还是要看栗子: html: <outer‐direct ...

  2. GWAS+自然选择:62个样本的GWAS分析,没信号,如何巧妙的发文章

    欢迎来到"bio生物信息"的世界 6天前,BMC Genomics 推了一篇文献"Population history and genetic adaptation of ...

  3. python基础-第十篇-10.1HTML基础

    htyper text markup language 即超文本标记语言 超文本:就是指页面内可以包含图片.链接,甚至音乐,程序等非文字元素 标记语言:标记(标签)构成的语言 网页==HTML文档,由 ...

  4. python基础-第十篇-10.2CSS基础

    CSS是Cascading Style Sheet的简称,中文为层叠样式表 属性和属性值用冒号隔开,以分号结尾 引入方式 行内式--在标签的style属性中设定CSS样式 <body> & ...

  5. 第10课 std::bind和std::function(1)_可调用对象

    1. 几种可调用对象(Callable Objects) (1)普通函数指针或类成员的函数指针 (2)具有operator()成员函数的类对象(仿函数).如c++11中的std::function类模 ...

  6. Rare-Variant Association Analysis | 罕见变异的关联分析

    Rare-Variant Association Analysis: Study Designs and Statistical Tests 10 Years of GWAS Discovery: B ...

  7. Google云平台使用方法 | Hail | GWAS | 分布式回归 | LASSO

    参考: Hail Hail - Tutorial  windows也可以安装:Spark在Windows下的环境搭建 spark-2.2.0-bin-hadoop2.7 - Hail依赖的平台,并行处 ...

  8. 全基因组关联分析学习资料(GWAS tutorial)

    前言 很多人问我有没有关于全基因组关联分析(GWAS)原理的书籍或者文章推荐. 其实我个人觉得,做这个分析,先从跑流程开始,再去看原理. 为什么这么说呢,因为对于初学者来说,跑流程就像一个大黑洞,学习 ...

  9. Python之路【第十八章】:Django基础

    Django基本配置 Python的WEB框架有Django.Tornado.Flask 等多种,Django相较与其他WEB框架其优势为:大而全,框架本身集成了ORM.模型绑定.模板引擎.缓存.Se ...

随机推荐

  1. 微信小程序跑马灯效果--基于CSS3 animation 及 基于JS

    如果本文对你有用,请爱心点个赞,提高排名,帮助更多的人.谢谢大家!❤ 如果解决不了,可以在文末进群交流. 基于CSS3主要代码实现 效果图: 视图模板wxml中: <view class=&qu ...

  2. 【hadoop】hadoop3.2.0的安装并测试

    前言:前段时间将hadoop01的虚拟机弄的崩溃掉了,也没有备份,重新从hadoop02虚拟上克隆过来的,结果hadoop-eclipse插件一样的编译,居然用不起了,找了3天的原因,最后还是没有解决 ...

  3. python面试总结2(函数常考题和异常处理)

    python函数常考题 可变类型为参数 不能类型为参数 python如何传递参数 传递值还是引用呢?都不是.唯一支持的参数传递是共享穿参 Call by Object(Call by Object R ...

  4. stdClass 标准

    在WordPress中很多地方使用stdClass来定义一个对象(而通常是用数组的方式),然后使用get_object_vars来把定义的对象『转换』成数组. 如下代码所示: $tanteng = n ...

  5. [ipsec][strongswan] strongswan源码分析-- (二)rekey/reauth机制分析

    目录 strongwan sa分析(二) 名词约定 rekey/reauth 机制分析 1 概述 2 reauth 3 CHILD SA rekey 4 IKE SA rekey 5 其他 stron ...

  6. ymPrompt简介

    ymPrompt从最简单的1.0版本到现在的4.0版本,代码共经历了四次较大的改动,组件在功能上有了很大的改进,应用灵活度更大,可应用环境的环境更加广泛,特别在4.0版本中加入对遮罩显示隐藏.按钮/图 ...

  7. China International Industry Fair 2019

    Today i visit the CIIF 2019, as a "professional visitor"  since i have made an appointment ...

  8. 0027SpringMVC拦截器的编写和配置

    SpringMvc中想使用拦截器,主要分为两步: a.编写拦截器,需实现HandlerInterceptor接口 b.springmvc.xml中配置拦截器 逻辑图如下: 测试过程主要分为如下几步: ...

  9. C#随机数Random

    一.常用操作 NextDouble():返回0-1.0之间的随机数 Next():返回非负随机数(0-216) Next(i):返回一个小于i的非负随机数 Next(i,j):生成i – j 的随机数 ...

  10. ubuntu14.04 部署nfs服务

    安装nfs服务 apt-get install nfs-kernel-server 修改配置文件,共享目录为/var/www,*号可替换为客户端IP地址,*默认为任何部署了nfs客户端的IP可以挂载该 ...