好文献非常难得,提供了核心的研究思路。

FTO Obesity Variant Circuitry and Adipocyte Browning in Humans - 这篇文章需要好好的解析

为深入研究一个non-coding variant的作用机制提供了完整的思路

本文宏伟的目标:we sought to identify a causal variant with regulatory roles, its upstream regulator, and its downstream target gene in order to provide a candidate mechanistic basis for the association between FTO and obesity.

回头点评:

  • 这篇文章,方法无所不用其极,最终搞出了一个完整的故事
  • GWAS的数据是核心的立足点,挖掘里面的common的casual variant
  • non coding variant的研究思路
  • 自下而上的研究思路,先确定核心的基因,在把基因和casual variant串起来

基本概念

FTO是一个基因,与肥胖有显著关联,GWAS分析也鉴定出了一些显著的variant。

Fat mass and obesity-associated protein also known as alpha-ketoglutarate-dependent dioxygenase FTO is an enzyme that in humans is encoded by the FTO gene located on chromosome 16.

肥胖与其他疾病的关系,contributes to type 2 diabetes, cardiovascular disorders, and cancer

身体质量指数(BMI,Body Mass Index)是国际上常用的衡量人体肥胖程度和是否健康的重要标准,主要用于统计分析。

Haplotype-specific enhancer assays,可以检测enhancer在指定haplotype里面的活性

long-range three-dimensional chromatin interactions,研究enhancer的target genes的必备武器

cis-eQTL是指近距离相关的eQTL, trans-eQTL则是包括了远距离相关的eQTL。这两类eQTL对应 cis-regulation以及 trans-regulation。由于trans-eQTL的计算涉及到更大量的多重检验,因此我们采取了更严格的数据质量控制。

phylogenetic module complexity analysis (PMCA),找casual variant

结果

EFFECT OF THE FTO LOCUS ON IRX3 AND IRX5 IN HUMAN ADIPOCYTE PROGENITOR CELLS

首先需要确定causal variant在哪个组织中发挥作用

然后就要预测这个enhancer的target gene

方法:找genotype-associated expression的基因,就是这个enhancer里面的risk allele与基因关联在一起了,有可能就是target gene(这是研究non-coding variant和target gene的有效手段)

确定了组织:the effect was cell type–specific and restricted to preadipocytes, which represent a minority of cells in adipose tissue

确定了两个candidate gene:IRX3 and IRX5

EFFECT OF THE FTO LOCUS ON MITOCHONDRIAL THERMOGENESIS AND LIPID STORAGE

确定IRX3 and IRX5涉及的biologic processes

方法:在健康人中确定positively or negatively correlated with IRX3 and IRX5 expression的基因

问题:这里只有10个人,核心要义是co-expression,问题是会找到很多关联的基因,这里明显就是经过筛选的,不管怎样,这样的结果只可以的。

因为全部是负相关,所以推测是repressor。these findings indicated potential roles for IRX3 and IRX5 in the repression of thermogenesis

examine the trans-eQTL genetic control of energy balance by the FTO obesity locus,远距离的eQTL

As compared with nonrisk-allele carriers, risk-allele carriers had lower expression of mitochondrial, browning, and respiration genes and higher expression of lipid-storage markers, which indicated a shift from energy dissipation to energy storage.

ADIPOCYTE-AUTONOMOUS EFFECTS OF IRX3 AND IRX5 ON ENERGY BALANCE

直接用基因敲出来直接推测基因的作用

IRX3 and IRX5 levels recapitulate the effect that the FTO genetic variant has on thermogenesis

上小鼠实验,Irx3 dominant-negative (aP2-Irx3DN) mice

组织自治和大脑介入,tissue-autonomous versus brain-mediated roles

Irx3 and Irx5 have cell-autonomous roles

DETERMINATION OF THE CAUSAL VARIANT AND DISRUPTION OF REPRESSION BY ARID5B

开始找causal variant了,自下而上,非常好!!!

To predict the causal variant, the disruption of which is necessary and sufficient to cause IRX3 and IRX5 dysregulation in human preadipocytes

phylogenetic module complexity analysis (PMCA)找到了rs1421085这个casual variant

a gain of enhancer activity in association with the rs1421085 risk allele

To evaluate the effect of the variant on regulator binding, we used electrophoretic mobility-shift assays (EMSAs)

通过motif的变化,找到了上游的调控基因

We examined disrupted motifs and regulator expression to identify potential upstream regulators

evaluate the causal role of ARID5B

结论,故事圆满

the FTO obesity variant acts through disruption of ARID5B binding in the risk haplotype, leading to a loss of repression, a gain of enhancer activity, and increases in IRX3 and IRX5 expression

C-TO-T EDITING OF THE RS1421085 RISK VARIANT AND THE EFFECT ON THERMOGENESIS

Targeted genome editing technology involving CRISPR–Cas9登场

最终验证

文章逻辑非常严密,研究思路非常科学,值得借鉴,N Engl J Med也不是那么的遥不可及!!!

待看:

Leveraging Cross-Species Transcription Factor Binding Site Patterns: From Diabetes Risk Loci to Disease Mechanisms

有需要以后还会再看

待续~

FTO Obesity Variant Circuitry and Adipocyte Browning in Humans的更多相关文章

  1. GWAS | 全基因组关联分析 | Linkage disequilibrium (LD)连锁不平衡 | 曼哈顿图 Manhattan_plot | QQ_plot | haplotype phasing

    现在GWAS已经属于比较古老的技术了,主要是碰到严重的瓶颈了,单纯的snp与表现的关联已经不够,需要具体的生物学解释,这些snp是如何具体导致疾病的发生的. 而且,大多数病找到的都不是个别显著的snp ...

  2. 收集vcftools所有用法

    VCFtools用来处理VCF文档. 筛选特定突变 比较文件 总结突变 转化文件格式 验证并合并文件 取突变交集和差集 Get basic file statistics input可以为VCF或BC ...

  3. VCF (Variant Call Format)格式详解

    文章来源:http://www.cnblogs.com/emanlee/p/4562064.html VCF文件示例(VCFv4.2) ##fileformat=VCFv4.2 ##fileDate= ...

  4. Android Gradle 技巧之一: Build Variant 相关

    Build Variant android gradle 插件,允许对最终的包以多个维度进行组合. BuildVariant = ProductFlavor x BuildType 两个维度 最常见的 ...

  5. C++使用VARIANT实现二维数组的操作

    C++使用VARIANT实现二维数组的操作 VARIANT变量是COM组件之间互相通信的重要的参数变量之一,它可以容纳多种不同的类型,如short.long.double等,包括各类指针和数组.组件之 ...

  6. Variant OLE automation

    The Variant data type is the data type for all variables. can contain any kind of data except fixed- ...

  7. 实现一个 Variant

    很多时候我们希望能够用一个变量来保存和操作不同类型的数据(比如解析文本创建 AST 时保存不同类型的结点),这种需求可以通过继承来满足,但继承意味着得使用指针或引用,除了麻烦和可能引起的效率问题,该做 ...

  8. duilib\utils\utils.h(251) : error C2504: “VARIANT”: 未定义基类

    转载:http://blog.csdn.net/SP_daiyq/article/details/44542939?locationNum=3 创建win32应用程序的工程文件,删除不需要的代码,只留 ...

  9. VKP5 Price Calculation – List Variant & KZPBL (Delete site level)

    List Variant: Configuration in Logistic General –> Retail Pricing –> Sales Price Calculation – ...

随机推荐

  1. DataPipeline CTO陈肃:构建批流一体数据融合平台的一致性语义保证

    文 | 陈肃 DataPipelineCTO 交流微信 | datapipeline2018 本文完整PPT获取 | 关注公众号后,后台回复“陈肃” 首先,本文将从数据融合角度,谈一下DataPipe ...

  2. 常用内置模块(一)--time、os、sys、random、shutil、pickle、json

    一.time模块 Python中,通常有这几种方式来表示时间: 1.时间戳(timestamp):通常来说,时间戳表示的是从1970年1月1日00:00:00开始按秒计算的偏移量.我们运行“type( ...

  3. AWS 存储过程

    DELIMITER $$ USE `mysql`$$ DROP PROCEDURE IF EXISTS `rds_rotate_slow_log`$$ CREATE DEFINER=`rdsadmin ...

  4. Redis持久化 - RDB和AOF

    原文:https://segmentfault.com/a/1190000016021217 一.持久化的作用 1. 什么是持久化 持久化(Persistence),即把数据(如内存中的对象)保存到可 ...

  5. 【使用DIV+CSS重写网站首页案例】CSS选择器

    使用表格<table></table>对网站首页进行布局有缺陷,不能拖动版块,不灵活. DIV Div是一个html的标签,单独使用没有意义,必须结合CSS使用: 是一个块级元 ...

  6. TKey SSO 单点登录系统介绍

    Introduction TKey = Token Key 以 OAuth 2.0 标准为接口设计原则的单点登录系统(SSO) 初衷: 做国内各种登录场景的配件,以完善的学习资料为主核心竞争力 纯粹的 ...

  7. JMeter聚合报告的参数含义

    Label----每个请求的名称,比如HTTP请求等 #Samples----发给服务器的请求数量 Average----单个请求的平均响应时间 毫秒ms Median----50%请求的响应时间   ...

  8. 《剑指Offer》-006 - Java版快速幂 -解决n的m次方的问题

    #### 如题 (总结要点) 原文链接 : 1.主题 package blank; /** * 类的详细说明 给定一个double类型的浮点数base和int类型的整数exponent.求base的e ...

  9. 不重装nginx实现动态添加模块

    如果项目在提供服务的过程中,因为需求使然,需要对nginx进行模块的动态添加,可以按照如下流程进行操作 一.查看nginx当前已经安装了那些模块 1) 进入nginx执行文件目录 cd   /usr/ ...

  10. wordpress不同分类调用不同的模板

    今天网友问ytkah:wordpress不同分类如何调用不同的模板.我们知道in_category() 函数可以通过分类别名或ID判断当前文章所属的分类,而且可以直接在循环(Loop)内部和外部使用. ...