数据收集-分化轨迹推断

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

相关文章

Python在二进制文件中进行数据搜索的实战指南

《Python在二进制文件中进行数据搜索的实战指南》在二进制文件中搜索特定数据是编程中常见的任务,尤其在日志分析、程序调试和二进制数据处理中尤为重要,下面我们就来看看如何使用Python实现这一功能吧... 目录简介1. 二进制文件搜索概述2. python二进制模式文件读取(rb)2.1 二进制模式与文本

C#实现将XML数据自动化地写入Excel文件

《C#实现将XML数据自动化地写入Excel文件》在现代企业级应用中,数据处理与报表生成是核心环节,本文将深入探讨如何利用C#和一款优秀的库,将XML数据自动化地写入Excel文件,有需要的小伙伴可以... 目录理解XML数据结构与Excel的对应关系引入高效工具:使用Spire.XLS for .NETC

MySQL数据目录迁移的完整过程

《MySQL数据目录迁移的完整过程》文章详细介绍了将MySQL数据目录迁移到新硬盘的整个过程,包括新硬盘挂载、创建新的数据目录、迁移数据(推荐使用两遍rsync方案)、修改MySQL配置文件和重启验证... 目录1,新硬盘挂载(如果有的话)2,创建新的 mysql 数据目录3,迁移 MySQL 数据(推荐两

Python数据验证神器Pydantic库的使用和实践中的避坑指南

《Python数据验证神器Pydantic库的使用和实践中的避坑指南》Pydantic是一个用于数据验证和设置的库,可以显著简化API接口开发,文章通过一个实际案例,展示了Pydantic如何在生产环... 目录1️⃣ 崩溃时刻:当你的API接口又双叒崩了!2️⃣ 神兵天降:3行代码解决验证难题3️⃣ 深度

MySQL快速复制一张表的四种核心方法(包括表结构和数据)

《MySQL快速复制一张表的四种核心方法(包括表结构和数据)》本文详细介绍了四种复制MySQL表(结构+数据)的方法,并对每种方法进行了对比分析,适用于不同场景和数据量的复制需求,特别是针对超大表(1... 目录一、mysql 复制表(结构+数据)的 4 种核心方法(面试结构化回答)方法 1:CREATE

详解C++ 存储二进制数据容器的几种方法

《详解C++存储二进制数据容器的几种方法》本文主要介绍了详解C++存储二进制数据容器,包括std::vector、std::array、std::string、std::bitset和std::ve... 目录1.std::vector<uint8_t>(最常用)特点:适用场景:示例:2.std::arra

MySQL中的DELETE删除数据及注意事项

《MySQL中的DELETE删除数据及注意事项》MySQL的DELETE语句是数据库操作中不可或缺的一部分,通过合理使用索引、批量删除、避免全表删除、使用TRUNCATE、使用ORDERBY和LIMI... 目录1. 基本语法单表删除2. 高级用法使用子查询删除删除多表3. 性能优化策略使用索引批量删除避免

MySQL 数据库进阶之SQL 数据操作与子查询操作大全

《MySQL数据库进阶之SQL数据操作与子查询操作大全》本文详细介绍了SQL中的子查询、数据添加(INSERT)、数据修改(UPDATE)和数据删除(DELETE、TRUNCATE、DROP)操作... 目录一、子查询:嵌套在查询中的查询1.1 子查询的基本语法1.2 子查询的实战示例二、数据添加:INSE

Linux服务器数据盘移除并重新挂载的全过程

《Linux服务器数据盘移除并重新挂载的全过程》:本文主要介绍在Linux服务器上移除并重新挂载数据盘的整个过程,分为三大步:卸载文件系统、分离磁盘和重新挂载,每一步都有详细的步骤和注意事项,确保... 目录引言第一步:卸载文件系统第二步:分离磁盘第三步:重新挂载引言在 linux 服务器上移除并重新挂p

使用MyBatis TypeHandler实现数据加密与解密的具体方案

《使用MyBatisTypeHandler实现数据加密与解密的具体方案》在我们日常的开发工作中,经常会遇到一些敏感数据需要存储,比如用户的手机号、身份证号、银行卡号等,为了保障数据安全,我们通常会对... 目录1. 核心概念:什么是 TypeHandler?2. 实战场景3. 代码实现步骤步骤 1:定义 E