PNAS又来一篇:Gene- and tissue-level interactions in normal gastrointestinal development and Hirschsprung disease


搜文献,无意间看到一篇相关文章,发现发在顶刊NEJM,本想细细学其精华,没想到看完后犹如晴天霹雳,科研还能这么玩。

Molecular Genetic Anatomy and Risk Profile of Hirschsprung’s Disease

首先看其数据和方法:

exome sequencing of samples from 190 patients of European ancestry and 47 of their affected relatives (7 parents, 12 children, 17 siblings, and 11 second-degree relatives) with diverse phenotypes

外显子测序,190病人样本在这个年代已经属于极少了

analysis of common noncoding variant studies

analysis of copy-number variants

最常规的common NCD variant和CNV研究

four disease-associated SNPs — rs2435357, rs7069590, and rs2506030 in RET and rs11766001 in the SEMA3 gene cluster

选了几个已知的位点来 assessing the effect of common noncoding variants

assessed large copy-number variants (deletions of more than 500 kb and duplications of more than 1 Mb

做的是非常长片段的CNV

To assess the role of a gene in Hirschsprung’s disease, we first used reverse-transcriptase polymerase chain reaction (RT-PCR) to assess its RNA expression in the human embryonic gut at Carnegie stage 22, by which time gut neurogenesis is complete (Fig. S6 in the Supplementary Appendix). Second, we tested gene expression by RNA sequencing and RT-PCR in the developing mouse gut during the equivalent developmental period (embryonic day 10.5) (Fig. S6 in the Supplementary Appendix). Third, we used morpholinos (antisense oligonucleotides) to knock down gene expression in zebrafish embryos at 6 days after fertilization and enumerated the enteric neurons colonizing the gut relative to controls (Fig. S7 in the Supplementary Appendix).

这就是功能验证,我一个dry lab的都觉得过于粗放,能说明什么呢?

STATISTICAL ANALYSIS

样本、研究策略都没有创新,那就统计上来一点吧,可惜还是没有。通篇都是odds ratios, confidence intervals,幼儿园水平。

OK,至此为止,样本量、研究策略、方法都是非常常规的,那你就在结果解读上来点创新吧,说书说得好也行。

看看结果:

COMMON REGULATORY VARIANTS AND RISK

Population Risk of Hirschsprung’s Disease as a Function of RET and SEMA3 Noncoding Risk-Allele Dosage.

核心意思就是,在这两个已知的基因里,risk-allele的dosage会增加risk,也就是odd ratio,这不是废话吗,你不做我都知道。

而且你就选了两个已知的,其他的你都不做了吗?

RISK ASSOCIATED WITH RARE CODING VARIANTS

PATHWAYS AND FUNCTIONAL GROUPS

FREQUENCY OF COPY-NUMBER VARIANTS IN HIRSCHSPRUNG’S DISEASE

DISTRIBUTION OF DIVERSE PATHOGENIC ALLELES

实在没什么好说的,几个简单的表格,做一些最常规的分析,就敢说自己HSCR搞透了。

再加上Complex Simplicity and Hirschsprung’s Disease这个comment,一群黑帮正处于极度的自嗨当中。

“Science envy comes in many flavors, and it is particularly easy to envy those who are privileged to discover simple stories.”

我们嫉妒你,不要搞错了,恶心和鄙视 ≠ 嫉妒

这种水平的研究结果敢透NEJM,NEJM还敢接受,接受了还敢找人写这种comment,你美国做科研的态度也不过如此。

enrichment of CNV is because they put in people that knows that have Down syndrome
and CNV from karyotyping
you don't need an WES to know the enrichment
and those new genes......there is no burden .......
those are mainly from karyotyping and all are super long

科研黑帮 | Molecular Genetic Anatomy and Risk Profile of Hirschsprung’s Disease的更多相关文章

  1. [转] Introduction to AppArmor

    Introduction to AppArmor http://ubuntuforums.org/showthread.php?t=1008906 Contents Post 1 Introducti ...

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

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

  3. How Google Tests Software - The Life of a TE

    By James WhittakerThe Test Engineer is a newerrole within Google than either SWEs or SETs. As such, ...

  4. Project Management Process

    Project Management ProcessDescription .............................................................. ...

  5. The LMAX disruptor Architecture--转载

    原文地址: LMAX is a new retail financial trading platform. As a result it has to process many trades wit ...

  6. Scoring and Modeling—— Underwriting and Loan Approval Process

    https://www.fdic.gov/regulations/examinations/credit_card/ch8.html Types of Scoring FICO Scores    V ...

  7. 如何在 Fiddler Script 中 自定义 修改 Request 、 Response

    Fiddler是一个http协议调试代理工具,方便进行http请求的拦截处理.改写请求.返回值等. 在Rules菜单下:  此次更改请求 头 ,so go to OnBeforeRequest 或者 ...

  8. GWAS这十年 | 10 Years of GWAS Discovery: Biology, Function, and Translation

    相关文章: A Unified Framework for Association Analysis with Multiple Related Phenotypes 太重要了,不得不单独拿出来分析一 ...

  9. Authorization Bypass in RSA NetWitness

    https://www.cnblogs.com/iAmSoScArEd/ SEC Consult Vulnerability Lab Security Advisory < 20190515-0 ...

随机推荐

  1. 46、VUE + JS 面试宝典

    https://github.com/rohan-paul/Awesome-JavaScript-Interviewshttps://github.com/nieyafei/front-end-int ...

  2. 更多企业选择MES系统?这一款功能竟如此强大

    很多制造业企业采用MES系统对制造生产的所有组成部分如订单.加工.质量.物料管理等进行集成,以实现产品生产的全过程管理,满足生产控制的需求,最终实现车间制造管理的信息化. MES系统不仅可以帮助企业提 ...

  3. iOS UILanel 一些小实用

    UILabel *lab=[[UILabel alloc]initWithFrame:self.view.bounds]; //合并 lab.text=[NSString stringWithForm ...

  4. Python 并发部分的面试题

    进程 进程间内存是否共享?如何实现通讯? 进程间内存不共享,可以通过 Manage模块加锁 通过队列或 通过管道加锁 socket实现通讯 请聊聊进程队列的特点和实现原理? 先进先出 Queue 后进 ...

  5. Go基本运行编译命令解释

    go run命令: 直接执行命令源码文件:一定要声明自己是在main包下,要是只有一个工作区,相应的文件就会存在bin文件下 go build: 把文件夹下的命令源码文件编译成直接运行文件,但是不能有 ...

  6. Beta冲刺第3次

    一.团队成员的学号姓名列表 学号 姓名 201731103226 翟仕佶 201731062517 曾中杰 201731062424 杨模 201731062632 邓高虎 201731062624 ...

  7. 第二篇 -- C#中对XML操作

    一.XML文件操作中与.Net中对应的类 微软的.NET框架在System.xml命名空间提供了一系列的类用于Dom的实现. 以下给出XML文档的组成部分对应.NET中的类: XML文档组成部分 对应 ...

  8. Win10系统如何关闭自动更新?

    现在很多电脑的系统都升级到了win10了,win10已经渐渐普及到每个人的电脑中,但是,win10系统有一个功能特别讨人厌,我自认为挺讨厌这个功能的,它就是“自动更新”功能,你可能会说,自动更新不是挺 ...

  9. 【大数据】Hadoop单机安装配置

    1.解压缩hadoop-2.7.6.tar.gz到/home/hadoop/Soft目录中 2.创建软链接,方便hadoop升级  ln -s /home/hadoop/Soft/hadoop-2.7 ...

  10. HelloPlatform

    #include <stdio.h> int main() { #if _PLATFORM_ == _PLATFORM_TRU64 printf("Hello _PLATFORM ...