数据收集-分化轨迹推断

2024-05-10 20:12

本文主要是介绍数据收集-分化轨迹推断,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

数据收集-分化轨迹推断

  • 1
    • 参考
    • 内容
  • 2
    • 参考
    • 内容
  • 3
    • 参考
    • 内容
  • 4
    • 参考
    • 内容
  • 5
    • 参考
    • 内容
  • 6:methods and datasets review
    • 参考
    • 内容

1

参考

Ranek, J.S., Stanley, N. & Purvis, J.E. Integrating temporal single-cell gene expression modalities for trajectory inference and disease prediction. Genome Biol 23, 186 (2022). https://doi.org/10.1186/s13059-022-02749-0

内容

在这里插入图片描述
The raw publicly available single-cell RNA sequencing datasets downloaded and used in this study are available in the
Gene Expression Omnibus (GEO; https://www.ncbi.nlm.nih.gov/geo/) repository, under the accession codes GSE81682
for hematopoiesis diferentiation (Nestorowa) [86]; GSE74596 for NKT cell diferentiation [87]; GSE70236, GSE70240,
and GSE70244 for hematopoiesis diferentiation (Olsson) [88]; GSE94383 for LPS stimulation [89]; GSE161465 for INFγ
stimulation
[90]; GSE116481 for AML chemotherapy [91]; GSE126068 for AML diagnosis/relapse [92]; and GSE138266 for MS case/control PBMC and CSF datasets [93] and in the European Nucleotide Archive (ENA; https://www.ebi.ac.uk/arrayexpress/experiments/) repository, under accession numbers E-MTAB-2805 for mouse embryonic cell cycle [94] datasets, respectively. Loom fles and preprocessed data are available in the Zenodo repository https://doi.org/10.5281/zenodo.6587903 [95]. Source code including all functions for preprocessing, integration, and evaluation are publicly available at www.github.com/jranek/EVI [96] and in the Zenodo repository [97].

2

参考

Saelens, W., Cannoodt, R., Todorov, H. et al. A comparison of single-cell trajectory inference methods. Nat Biotechnol 37, 547–554 (2019). https://doi.org/10.1038/s41587-019-0071-9

内容

在这里插入图片描述

在这里插入图片描述
The scripts to download and process these datasets are available on our repository (https://benchmark.dynverse.org/tree/master/scripts/01-datasets).

3

参考

Wolf, F. & Hamey, Fiona & Plass, Mireya & Solana, Jordi & Dahlin, Joakim & Rajewsky, Nikolaus & Simon, Lukas & Theis, Fabian. (2019). PAGA: graph abstraction reconciles clustering with trajectory inference through a topology preserving map of single cells. Genome biology. 20. 10.1186/s13059-019-1663-x.

内容

在这里插入图片描述
在这里插入图片描述

4

参考

Zeng, Y., He, J., Bai, Z. et al. Tracing the first hematopoietic stem cell generation in human embryo by single-cell RNA sequencing. Cell Res 29, 881–894 (2019). https://doi.org/10.1038/s41422-019-0228-6

内容

在这里插入图片描述
The scRNA-seq data reported in this study have been deposited in NCBI’s Gene Expression Omnibus (GEO) with the accession number GSE135202. All other relevant data in this study are available from the corresponding authors upon reasonable request.

5

参考

Junjie Du, Han He, Zongcheng Li, Jian He, Zhijie Bai, Bing Liu, Yu Lan,
Integrative transcriptomic analysis of developing hematopoietic stem cells in human and mouse at single-cell resolution,
Biochemical and Biophysical Research Communications,Volume 558,2021,Pages 161-167,ISSN 0006-291X,

内容

在这里插入图片描述

2.1.1. Mouse
Zhou et al. performed single-cell transcriptome sequencing on cells during the development of HSCs [3]. Expression matrix of cell populations (type 1 and 2 pre-HSCs, E12/E14 HSCs and adult HSCs, abbreviated as mT1 and mT2 pre-HSCs, mE12/mE14 HSCs and mAdult HSC respectively) was downloaded from GEO database (https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE67120).

Hou et al. constructed high-precision single-cell transcriptomics to unbiasedly examine the endothelial cells populations at continuous developmental stages with intervals of 0.5 days from embryonic day (E) 9.5 to E11.0 [4]. Expression matrix of cell populations (HECs, type 1 pre-HSCs, abbreviated as mHECs and mT1 pre-HSCs respectively) was downloaded from: https://github.com/Liu-Lan-lab/Project_mHEC_CR2020.

2.1.2. Human
Zeng et al. analyzed the cell populations of the dorsal aorta during the temporal window of human embryonic HSC generation using single-cell transcriptome sequencing [6]. Expression matrix of cell populations (HECs, three subsets of HSPCs, abbreviated as hHECs and hHSPC_GJA5+/Cycling/GFI1B+, respectively) was downloaded from: https://github.com/Liu-Lan-lab/Project_hHEC_HSPC_CR2019.

Bian et al. applied scRNA-seq on CD45+ hematopoietic cell populations from a range of tissues in human embryos, and transcriptomically identified HSPCs with high expression of such as CD34, MYB, and HOX family transcription factors HOXA6 and HOXA10 in liver at CS20 and CS23 [9]. Expression matrix of HSPCs in human fetal liver (abbreviated as hHSPC_FL) was downloaded from: https://github.com/Liu-Lan-lab/human_macrophage_project_data

6:methods and datasets review

参考

Shen, Sophie et al. “Integrating single-cell genomics pipelines to discover mechanisms of stem cell differentiation.” Trends in molecular medicine vol. 27,12 (2021): 1135-1158. doi:10.1016/j.molmed.2021.09.006

内容

在这里插入图片描述

这篇关于数据收集-分化轨迹推断的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/977436

相关文章

使用Java解析JSON数据并提取特定字段的实现步骤(以提取mailNo为例)

《使用Java解析JSON数据并提取特定字段的实现步骤(以提取mailNo为例)》在现代软件开发中,处理JSON数据是一项非常常见的任务,无论是从API接口获取数据,还是将数据存储为JSON格式,解析... 目录1. 背景介绍1.1 jsON简介1.2 实际案例2. 准备工作2.1 环境搭建2.1.1 添加

MySQL中删除重复数据SQL的三种写法

《MySQL中删除重复数据SQL的三种写法》:本文主要介绍MySQL中删除重复数据SQL的三种写法,文中通过代码示例讲解的非常详细,对大家的学习或工作有一定的帮助,需要的朋友可以参考下... 目录方法一:使用 left join + 子查询删除重复数据(推荐)方法二:创建临时表(需分多步执行,逻辑清晰,但会

Java实现任务管理器性能网络监控数据的方法详解

《Java实现任务管理器性能网络监控数据的方法详解》在现代操作系统中,任务管理器是一个非常重要的工具,用于监控和管理计算机的运行状态,包括CPU使用率、内存占用等,对于开发者和系统管理员来说,了解这些... 目录引言一、背景知识二、准备工作1. Maven依赖2. Gradle依赖三、代码实现四、代码详解五

详谈redis跟数据库的数据同步问题

《详谈redis跟数据库的数据同步问题》文章讨论了在Redis和数据库数据一致性问题上的解决方案,主要比较了先更新Redis缓存再更新数据库和先更新数据库再更新Redis缓存两种方案,文章指出,删除R... 目录一、Redis 数据库数据一致性的解决方案1.1、更新Redis缓存、删除Redis缓存的区别二

Redis事务与数据持久化方式

《Redis事务与数据持久化方式》该文档主要介绍了Redis事务和持久化机制,事务通过将多个命令打包执行,而持久化则通过快照(RDB)和追加式文件(AOF)两种方式将内存数据保存到磁盘,以防止数据丢失... 目录一、Redis 事务1.1 事务本质1.2 数据库事务与redis事务1.2.1 数据库事务1.

Oracle Expdp按条件导出指定表数据的方法实例

《OracleExpdp按条件导出指定表数据的方法实例》:本文主要介绍Oracle的expdp数据泵方式导出特定机构和时间范围的数据,并通过parfile文件进行条件限制和配置,文中通过代码介绍... 目录1.场景描述 2.方案分析3.实验验证 3.1 parfile文件3.2 expdp命令导出4.总结

更改docker默认数据目录的方法步骤

《更改docker默认数据目录的方法步骤》本文主要介绍了更改docker默认数据目录的方法步骤,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一... 目录1.查看docker是否存在并停止该服务2.挂载镜像并安装rsync便于备份3.取消挂载备份和迁

不删数据还能合并磁盘? 让电脑C盘D盘合并并保留数据的技巧

《不删数据还能合并磁盘?让电脑C盘D盘合并并保留数据的技巧》在Windows操作系统中,合并C盘和D盘是一个相对复杂的任务,尤其是当你不希望删除其中的数据时,幸运的是,有几种方法可以实现这一目标且在... 在电脑生产时,制造商常为C盘分配较小的磁盘空间,以确保软件在运行过程中不会出现磁盘空间不足的问题。但在

Java如何接收并解析HL7协议数据

《Java如何接收并解析HL7协议数据》文章主要介绍了HL7协议及其在医疗行业中的应用,详细描述了如何配置环境、接收和解析数据,以及与前端进行交互的实现方法,文章还分享了使用7Edit工具进行调试的经... 目录一、前言二、正文1、环境配置2、数据接收:HL7Monitor3、数据解析:HL7Busines

Mybatis拦截器如何实现数据权限过滤

《Mybatis拦截器如何实现数据权限过滤》本文介绍了MyBatis拦截器的使用,通过实现Interceptor接口对SQL进行处理,实现数据权限过滤功能,通过在本地线程变量中存储数据权限相关信息,并... 目录背景基础知识MyBATis 拦截器介绍代码实战总结背景现在的项目负责人去年年底离职,导致前期规