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

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. FreeRTOS 任务通知模拟消息邮箱

    举例 void task1_task(void *pvParameters) { u8 key; BaseType_t err; while(1) { key=KEY_Scan(0); //扫描按键 ...

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

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

  3. echarts地图 绘制部分上海市公交线路数据

    源代码地址 https://github.com/a1115040996/MyHTML/blob/gh-pages/echarts/roadMap.html 预览地址 https://a1115040 ...

  4. 【转】UItraEdit破解

      安装UltraEdit(一路下一步,无难点)成功后,打开软件弹出如下使用模式提示信息.   关掉UltraEdit软件,同时  断本机网络.重新打开UltraEdit软件:   点击[输入许可证密 ...

  5. Codeforces I. Producing Snow(优先队列)

    题目描述: C. Producing Snow time limit per test 1 second memory limit per test 256 megabytes input stand ...

  6. php析构函数什么时候调用?

    析构函数何时被调用 析构函数在下边3种情况时被调用: 对象生命周期结束,被销毁时: 主动调用delete :(推荐学习:PHP编程从入门到精通) 对象i是对象o的成员,o的析构函数被调用时,对象i的析 ...

  7. Spring Cloud 之 Hystrix 知识点:隔离、熔断、降级

    Hystrix 是隔离.熔断以及降级的一个框架. Hystrix 的隔离: Hystrix 会搞很多个小小的线程池,比如订单服务请求库存服务是一个线程池,请求仓储服务是一个线程池,请求积分服务是一个线 ...

  8. SDOI2012 走迷宫

    走迷宫 Morenan被困在了一个迷宫里.迷宫可以视为N个点M条边的有向图,其中Morenan处于起点S,迷宫的终点设为T.可惜的是,Morenan非常的脑小,他只会从一个点出发随机沿着一条从该点出发 ...

  9. CSS进阶之路

    下面主要引用http://www.cnblogs.com/wangfupeng1988/tag/css知多少/ CSS进阶笔记: 一.学习CSS的三个突破点 1.浏览器如何加载和解析CSS——CSS的 ...

  10. 最后一个对象属性后边不要加豆号的bug,血淋淋的教训啊,模块化开发IE7下的严重错误,养成好习惯

    最近总是写滚动图效果,重复的劳动后,决定写一个滚动图的封装插件.结果写完后在其他浏览器都可以用,却IE7下毫无反应.反复测试各种检查后,发现竟然是在参数对象最后一个属性后多加了个逗号,结果就死在了IE ...