Transcriptional benchmarking of in vitro cells to in vivo with single-cell rna-seq - 简介

Harnessing single-cell genomics to improve the physiological fidelity of organoid-derived cell types - 原文

目前发育生物学的实验基础有两类,

一是活体小鼠,作为模式动物;为了把小鼠上的研究造福于人类(诊断、筛查、药物开发、治疗),就必须在人体上得以确认,但根据伦理,所有的破坏性实验都是不能用人的,所以一大批的曲线救国策略出现了:诱导干细胞、类器官。

二就是诱导干细胞和类器官等模拟策略,虽说和活体有很大的区别,但已经是妥协下的最优策略了。模拟的细胞与真人的细胞“同宗同源”,是最高大上的实验材料。

(斑马鱼、线虫什么的就不说了,太偏理论了)

一个显然的问题:

诱导干细胞和类器官是人为制造的,虽说遗传物质是跟真人一样,但重编程已经导致基因表达发生了很大的变化,我们的目的就是让诱导干细胞和类器官尽可能的接近in Vivo的状态。

单细胞测序技术的出现,使得细致的评估in Vitro和In Vivo的model成为可能,也就是这篇文章在做的事。

难点:

  • 基因表达是表型,由很多因素驱动,直接比较基因表达得出的结论不一定可靠;最好还有表观的数据
  • 基因表达差异太大,30k的基因,模式不计其数,简单的对应关系是不存在的;
  • confounder太多,比较极难
  • 跨平台数据的整合

我们看看这篇文章做了什么。

Using the PC to benchmark cell type representation of conventional organoids against their in vivo counterparts

碎碎念:这里就是要找对应关系,其实很难,维度太高,粗暴的无监督比对不是很可靠,当然肯定是能给出一个结果的。

To relate the organoid-derived PC state to in vivo PCs, we first generated an unbiased reference in vivo scRNA-seq data set. 确实,需要构建一个好的reference,比对的方向要明确。

We assessed quality metrics for the number of genes, unique molecular identifiers (UMIs), mitochondrial genes, and ribosomal genes, all of which fell within expectations (all cells average: 1043 genes, 2168 UMIs, 5.4% ribosomal genes, 10.4% mitochondrial genes). 这里很良心,核糖体和线粒体基因都考察了。

Within the spectrum of cell types, we identified two clusters (2 and 11) enriched for Lyz1 expression (Fig. 1b, c), of which we determined cluster 11 to be fully mature PCs (n = 189 cells) based on uniform expression of a set of associated antimicrobial peptide marker genes such as Defa22, Defa21, and Ang4 (receiver operating characteristic (ROC) test, area under the curve (AUC) > 0.99 for markers listed; cluster 11 average: 866 genes, 3357 UMI, 3.5% ribosomal genes, 4.8% mitochondrial genes) (Additional file 1: Table S1).

We further utilized these genes (genes with AUC > 0.65 for in vivo PC) throughout our study to relate organoid-derived cell states to in vivo PCs. They are fully inclusive of the 14 high confidence markers described for Paneth cells from the terminal ileum in the recently published mouse small intestinal atlas [3]. Of note, we extended our gene list beyond truly specific marker genes that are not expressed in other cell types as we were interested in a more comprehensive set of PC-enriched genes for further comparison.

还是离不开聚类,特定marker的标定(antimicrobial peptide),用AUC来评估marker,再与已知的数据库对比一下。

We next performed scRNA-seq using Seq-Well on conventional organoids derived from a single donor ISC-enriched state (Fig. 1a).

Following scRNA-seq, we computationally identified six clusters (amongst 2513 cells × 16,198 genes meeting quality standards, see Methods) in ENR organoids, which we label as ENR1-4, and EEC-1 and -2 for two EEC types (Fig. 1d).

然后就是测序in Vitro的细胞了,这里居然还用了effect size,显然在炫技。

Having identified ENR-4 as the cell state of interest in organoids, we directly compared the top 200 most PC-like cells in ENR-4 to in vivo PCs by performing differential expression analysis (Fig. 1g).

纯化In Vitro,然后拿出来去和In Vivo比对。

Beyond these selected genes, we note a global reduction in the fraction of the transcriptome of ENR-4 cells producing the total cadre of in vivo PC marker genes (effect size 1.25, InVivo vs. ENR, *t test p < 2.2 × 10−16), suggesting that the current in vitro organoid-derived PCs are suboptimal for physiological studies (Fig. 1i).

Specifically, modulating Wnt and Notch signaling has been suggested in the literature to increase the frequency and magnitude of Lyz1 expression and protein in ISC-derived cells [29, 32,33,34].

As a result, we sought to comprehensively test if driving Wnt and inhibiting Notch truly results in a more physiologically representative PC versus the organoid-derived PC, beyond bulk measures of increased Lyz1 expression.

Rationally guided chemical induction of Wnt and inhibition of Notch drives PC marker enrichment

Chemically induced PC proteome is enriched for components of secretory lineages

Single-cell RNA sequencing profiles heterogeneity of chemically induced PCs, revealing subsets with improved transcriptional similarity to in vivo

Chemically induced PCs mimic in vivo stimulant-induced secretion and demonstrate selective modulation of bacteria in co-culture

Chemically induced PCs provide niche support and enhance conventional organoid survival

Mapping of in vivo PC-associated transcription factors to in vitro proteome and transcriptome reveals Nupr1 as important in epithelial survival

In Vitro model验证 | Harnessing single-cell genomics to improve the physiological fidelity of organoid-derived cell types的更多相关文章

  1. Advances in Single Cell Genomics to Study Brain Cell Types | 会议概览

    单细胞在脑科学方面的应用 Session 1: Deciphering the Cellular Landscape of the Brain Using Single Cell Transcript ...

  2. Single Cell Genomics Day: A Practical Workshop

    干货满满! Single Cell Genomics Day: A Practical Workshop

  3. ASP.NET MVC Model验证(五)

    ASP.NET MVC Model验证(五) 前言 上篇主要讲解ModelValidatorProvider 和ModelValidator两种类型的自定义实现, 然而在MVC框架中还给我们提供了其它 ...

  4. ASP.NET MVC Model验证(四)

    ASP.NET MVC Model验证(四) 前言 本篇主要讲解ModelValidatorProvider 和ModelValidator两种类型的自定义实现,前者是Model验证提供程序,而Mod ...

  5. ASP.NET MVC Model验证(三)

    ASP.NET MVC Model验证(三) 前言 上篇中说到在MVC框架中默认的Model验证是在哪里验证的,还讲到DefaultModelBinder类型的内部执行的示意图,让大家可以看到默认的M ...

  6. ASP.NET MVC Model验证(二)

    ASP.NET MVC Model验证(二) 前言 上篇内容演示了一个简单的Model验证示例,然后在文中提及到Model验证在MVC框架中默认所处的位置在哪?本篇就是来解决这个问题的,并且会描述一下 ...

  7. ASP.NET MVC Model验证(一)

    ASP.NET MVC Model验证(一) 前言 前面对于Model绑定部分作了大概的介绍,从这章开始就进入Model验证部分了,这个实际上是一个系列的Model的绑定往往都是伴随着验证的.也会在后 ...

  8. ASP.NET MVC5中的Model验证

    Model验证是ASP.NET MVC中的重要部分,它主要用于判断输入的数据类型及值是否符合我们设定的规则,这篇文章就介绍下ASP.NET MVC中Model验证的几种方式. 后台验证 DataAnn ...

  9. ASP.NET MVC的客户端验证:jQuery验证在Model验证中的实现

    在简单了解了Unobtrusive JavaScript形式的验证在jQuery中的编程方式之后,我们来介绍ASP.NET MVC是如何利用它实现客户端验证的.服务端验证最终实现在相应的ModelVa ...

随机推荐

  1. JavaScript之变量(声明、解析、作用域)

    声明(创建) JavaScript 变量 在 JavaScript 中创建变量通常称为"声明"变量. 一.我们使用 var 关键词来声明变量: var carname; 变量声明之 ...

  2. 在vue-cli中如何安装scss,并全局引入scss

    在vue-cli脚手架采用scss正确的使用姿势 步骤一: 安装node-sass.sass-loader.style-loader npm install node-sass --save-dev ...

  3. 25、vuex改变store中数据

    以登录为例: 1.安装vuex:npm install vuex --save 2.在main.js文件中引入: import store from '@/store/index.js'new Vue ...

  4. 前端项目中公共方法汇总utils.js

    目录 判断手机类型IOS Android 格式化金钱 金钱字符串变回数字 用aa替换中文 并返回 去除文件后缀,得到文件名称(不带后缀) 获取浏览器类型(名称) post方式下载文件流 动态设置img ...

  5. Java 面向对象—非静态代码块

    一.非静态代码块 1.声明格式 [修饰符] class 类名 { { 非静态代码块 } } 2.非静态代码块中的代码执行时机 (1)在"每次"创建对象的时候执行 (2)比构造方法早 ...

  6. 英语Barklyite红宝石barklyite单词

    红宝石的英文名称为barklyite或Ruby,源于拉丁文 Ruber,意思是红色.红宝石的日文名称为ルビー.红宝石的矿物名称为刚玉.(注:除红宝石外,其他颜色的刚玉都属于蓝宝石.如粉红色刚玉被称为粉 ...

  7. CDA数据分析【第二章:数据收集与导入】

    一.概述 数据是对我们所研究现象的属性和特征的具体描述,在分析数据前必须要做的工作就是收集数据.按照存储形式可以将数据划分为结构化数据.非结构化数据和半结构化数据. 1.结构化数据 能够用数据或统一的 ...

  8. Web架构之路:MongoDB集群及高可用实践

    MongoDB集群有副本集及主从复制两种模式,不过主从模式在MongoDB 3.6已经彻底废弃,今天主要探讨副本集的搭建和使用,以及分片. 副本集介绍 副本集(Replica Set)即副本的集合,在 ...

  9. Linux Kbuild文档(转)

    转载链接:http://blog.chinaunix.net/uid-10221131-id-2943265.html Linux Kbuild文档 Linux Kbuild文档 V 0.1 tang ...

  10. python语言的堆栈与队列类的实现

    基于python语言的数据结构之堆栈与队列的实现 # 堆栈的实现 # -*- coding: utf-8 -*- """ 栈(stack), 是一种容器,可以存入数据元素 ...