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

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. ECharts堆叠柱状图label显示总和

    Echarts本身没提供现成的解决方案. option = { title: { text: '分类销量' }, legend: { y: "bottom", data: ['百货 ...

  2. 16. Promise对象

    目录 Promise对象 一.含义 1. Promise是什么 2. 实例讨论 二.Promise特性案例解析 1. Promise的立即执行性 2. promise的三种状态 3. Promise的 ...

  3. JavaScript 之 取消 a 标签的默认行为

    方式一 语法格式: <a href="javascript:;">百度</a> javascript: 是一个伪协议,其他的伪协议还有 mail:  tel ...

  4. [转]C++类成员修饰const和mutable

    const:常量,不变的 mutable:易变的 从意思上理解,可见const和mutable是一对反义词,它们都是C++的关键字. const成员函数不能修改调用它的对象.类的成员函数可以被声明为c ...

  5. android中app卡顿优化问题

     所谓app卡顿原因就是在运行时出现了丢帧,还可能是UI线程被阻塞.首先来一下丢帧现象,android每16ms会对界面进行一次渲染,如果app的绘制.计算等超过了16ms那么只能等下一个16ms才能 ...

  6. Java集合学习(6):LinkedHashSet

    一.概述 首先我们需要知道的是它是一个Set的实现,所以它其中存的肯定不是键值对,而是值.此实现与HashSet的不同之处在于,LinkedHashSet维护着一个运行于所有条目的双重链接列表.此链接 ...

  7. 微服务spring-cloud 学习第一天

    了解微服务     微服务架构风格是一种将单一应用程序开发为一组小型服务的方法,每个服务运行在自己的进程中,服务间通信采用轻量级通信机制(通常使用HTTP).这些服务围绕业务能力构建并且可通过自动部署 ...

  8. pythonic-迭代器函数-itertools

    认识 Python 的itertools模块提供了很多节省内存的高效迭代器, 尤其解决了一些关于数据量太大而导致内存溢出(outofmemory)的场景. 我们平时用的循环绝大多数是这样的. # wh ...

  9. 使用Kubeadm安装Kubernetes【单Master节点】

    参考:Kubernetes官方文档 Kubernetes安装方案选择    Centos 7 配置科学上网 安装Calico网络插件 kubernetes-dashboard部署 Kubernetes ...

  10. 【异常】Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30005ms.

    一.异常出现的场景 一次线上订单历史数据字段刷新操作,3张表100多万数据.由于同步更新太慢大概20分钟以上,所以采用异不的方式.代码如下: private void batchUpdate(List ...