In Vitro model验证 | Harnessing single-cell genomics to improve the physiological fidelity of organoid-derived cell types
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的更多相关文章
- Advances in Single Cell Genomics to Study Brain Cell Types | 会议概览
单细胞在脑科学方面的应用 Session 1: Deciphering the Cellular Landscape of the Brain Using Single Cell Transcript ...
- Single Cell Genomics Day: A Practical Workshop
干货满满! Single Cell Genomics Day: A Practical Workshop
- ASP.NET MVC Model验证(五)
ASP.NET MVC Model验证(五) 前言 上篇主要讲解ModelValidatorProvider 和ModelValidator两种类型的自定义实现, 然而在MVC框架中还给我们提供了其它 ...
- ASP.NET MVC Model验证(四)
ASP.NET MVC Model验证(四) 前言 本篇主要讲解ModelValidatorProvider 和ModelValidator两种类型的自定义实现,前者是Model验证提供程序,而Mod ...
- ASP.NET MVC Model验证(三)
ASP.NET MVC Model验证(三) 前言 上篇中说到在MVC框架中默认的Model验证是在哪里验证的,还讲到DefaultModelBinder类型的内部执行的示意图,让大家可以看到默认的M ...
- ASP.NET MVC Model验证(二)
ASP.NET MVC Model验证(二) 前言 上篇内容演示了一个简单的Model验证示例,然后在文中提及到Model验证在MVC框架中默认所处的位置在哪?本篇就是来解决这个问题的,并且会描述一下 ...
- ASP.NET MVC Model验证(一)
ASP.NET MVC Model验证(一) 前言 前面对于Model绑定部分作了大概的介绍,从这章开始就进入Model验证部分了,这个实际上是一个系列的Model的绑定往往都是伴随着验证的.也会在后 ...
- ASP.NET MVC5中的Model验证
Model验证是ASP.NET MVC中的重要部分,它主要用于判断输入的数据类型及值是否符合我们设定的规则,这篇文章就介绍下ASP.NET MVC中Model验证的几种方式. 后台验证 DataAnn ...
- ASP.NET MVC的客户端验证:jQuery验证在Model验证中的实现
在简单了解了Unobtrusive JavaScript形式的验证在jQuery中的编程方式之后,我们来介绍ASP.NET MVC是如何利用它实现客户端验证的.服务端验证最终实现在相应的ModelVa ...
随机推荐
- 5 dex文件
Dex文件中数据结构 类型 含义 u1 等同于uint8_t,表示1字节无符号数 u2 等同于uint16_t,表示2字节的无符号数 u4 等同于uint32_t,表示4字节的无符号数 u8 等同于u ...
- ajax加载验证码这样不断刷新的文件无法刷新问题
看了很多网站,在前端不设置缓存,这样会把需要缓存的数据漏掉 觉得欺骗浏览器的方式很不错,方式如下 为了在所有浏览器上都能实现点击验证码的刷新功能,我们可以在上述代码中添加随机参数,对浏览器进行欺骗. ...
- 【转】UItraEdit破解
安装UltraEdit(一路下一步,无难点)成功后,打开软件弹出如下使用模式提示信息. 关掉UltraEdit软件,同时 断本机网络.重新打开UltraEdit软件: 点击[输入许可证密 ...
- 【使用DIV+CSS重写网站首页案例】CSS引入方式
CSS引入方式(3种) *就近原则:行内引入可以覆盖内部引入的效果 内部引入: * type="text/css" 为默认可以不写 例子: <!DOCTYPE h ...
- iView学习笔记(二):Table行编辑操作
1.前端准备工作 首先新建一个项目,然后引入iView插件,配置好router npm安装iView npm install iview --save cnpm install iview --sav ...
- JAVA 时间转换、获取
/** * 将字符串格式的时间转换成Timestamp * * @param time * @param formatStyle * @return */ public static Timestam ...
- html中的数据岛:利用DSO和javascript在html中动态加载和浏览xml数据
1.DSO也叫做数据源对象,IE 4.0引入了DSO,在IE 5.0对DSO技术进行很大的扩展.以往如果数据是通过SQL语言对数据库进行查询得到的结果,那么就把它们存放在ADO(ActiveX Dat ...
- 后端将Long类型数据传输到前端出现精度丢失的问题
当将超过16位的数字传输到前端的时候,就会出现精度丢失的问题,然后我按照网上的几种方法实验的时候,只有一种方法成功了.可能是因为环境等方面的问题. 我这里成功是因为:最后使用的是配置mvc的方式,然后 ...
- 异常sql处理
下面是在awr报告里面看到的有问题的sql,是9个变量的,在应用前台属于关联查询,在sqlplus里面手工执行检查实际执行情况如下: SELECT /*+ GATHER_PLAN_STATISTICS ...
- Virtual DOM的渲染机制--猜测
一个node的状态发生变化: 会对当前结点和子节点的数据全部进行更新: 然后进行dom比较: 比较完毕后一次性提交: 相对于以前的渲染方式: 每一个node的数据发生变化,都会产生一次渲染提交: 以上 ...