相关文章:

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. Kubernetes 1.15部署日记-使用kubeadm--<5-6>

    5.配置pod网络 5.1下载calico 网络配置文件 [root@k8s-1 libj]# curl -O https://docs.projectcalico.org/v3.6/getting- ...

  2. ORACLE 无法访问表空间

    问题描述: Oracle安装后创建用户,建表等都正常,但在插入数据的时候出现无法访问表空间 解决办法: ORACLE12权限管理比较严格需设置分配以下权限     系统权限赋值:unlimited t ...

  3. css背景雪碧图等

    1.背景图 雪碧图技术 要设置背景,是要设置在某个盒子上 <!doctype html> <html lang="en"> <head> < ...

  4. Count the Colors 线段树

    题目 参考博客地址 题意: n范围[1,8000] ,  li 和 ri 的范围[0,8000].  n个操作,每个操作是把 [li , ri]内的点修改成一个颜色c. n个操作过后,按颜色从小到大 ...

  5. SWPUCTF 2019总结以及部分WP

    本次SWPUCTF开赛了,一共做了5个misc+2个web,RE和Android没时间看= =,pwn完全不会,果然又是和去年一样划水.题目都出的很不错,做题的时候思路其实也容易想到,剩下几个web有 ...

  6. [python]赶集网二手房爬虫插件【可用任意扩展】

    最近应一个老铁的要求,人家是搞房产的,所以就写了这个二手房的爬虫,因为初版,所以比较简单,有能力的老铁可用进行扩展. import requests import os   from bs4 impo ...

  7. nginx+keepalived高可用 (主从+双主)

    1.Nginx+keepalived 主从配置这种方案,使用一个vip地址,前端使用2台机器,一台做主,一台做备,但同时只有一台机器工作,另一台备份机器在主机器不出现故障的时候,永远处于浪费状态,对于 ...

  8. koa2-router中间件来请求数据获取

    原理 虽然不使用中间件也能获取请求数据 对于POST请求的处理,koa-bodyparser中间件可以把koa2上下文的formData数据解析到ctx.request.body中. 安装koa2版本 ...

  9. Java - 基础到进阶

    # day01 一:基本操作 package _01.java基本操作; /** * 文档注释 */ public class _01Alls { public static void main(St ...

  10. Fzu-java1

    Fzu-趣考网-java1 标签(空格分隔): java 序列 题目 代码 示例 思考 题目: -制作一个Java控制台程序,让他可以随机生成四则运算,并针对用户的输入判断对错.之后在Github新建 ...