数据收集-分化轨迹推断

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

相关文章

Linux下利用select实现串口数据读取过程

《Linux下利用select实现串口数据读取过程》文章介绍Linux中使用select、poll或epoll实现串口数据读取,通过I/O多路复用机制在数据到达时触发读取,避免持续轮询,示例代码展示设... 目录示例代码(使用select实现)代码解释总结在 linux 系统里,我们可以借助 select、

C#使用iText获取PDF的trailer数据的代码示例

《C#使用iText获取PDF的trailer数据的代码示例》开发程序debug的时候,看到了PDF有个trailer数据,挺有意思,于是考虑用代码把它读出来,那么就用到我们常用的iText框架了,所... 目录引言iText 核心概念C# 代码示例步骤 1: 确保已安装 iText步骤 2: C# 代码程

Pandas处理缺失数据的方式汇总

《Pandas处理缺失数据的方式汇总》许多教程中的数据与现实世界中的数据有很大不同,现实世界中的数据很少是干净且同质的,本文我们将讨论处理缺失数据的一些常规注意事项,了解Pandas如何表示缺失数据,... 目录缺失数据约定的权衡Pandas 中的缺失数据None 作为哨兵值NaN:缺失的数值数据Panda

C++中处理文本数据char与string的终极对比指南

《C++中处理文本数据char与string的终极对比指南》在C++编程中char和string是两种用于处理字符数据的类型,但它们在使用方式和功能上有显著的不同,:本文主要介绍C++中处理文本数... 目录1. 基本定义与本质2. 内存管理3. 操作与功能4. 性能特点5. 使用场景6. 相互转换核心区别

python库pydantic数据验证和设置管理库的用途

《python库pydantic数据验证和设置管理库的用途》pydantic是一个用于数据验证和设置管理的Python库,它主要利用Python类型注解来定义数据模型的结构和验证规则,本文给大家介绍p... 目录主要特点和用途:Field数值验证参数总结pydantic 是一个让你能够 confidentl

JAVA实现亿级千万级数据顺序导出的示例代码

《JAVA实现亿级千万级数据顺序导出的示例代码》本文主要介绍了JAVA实现亿级千万级数据顺序导出的示例代码,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面... 前提:主要考虑控制内存占用空间,避免出现同时导出,导致主程序OOM问题。实现思路:A.启用线程池

SpringBoot分段处理List集合多线程批量插入数据方式

《SpringBoot分段处理List集合多线程批量插入数据方式》文章介绍如何处理大数据量List批量插入数据库的优化方案:通过拆分List并分配独立线程处理,结合Spring线程池与异步方法提升效率... 目录项目场景解决方案1.实体类2.Mapper3.spring容器注入线程池bejsan对象4.创建

PHP轻松处理千万行数据的方法详解

《PHP轻松处理千万行数据的方法详解》说到处理大数据集,PHP通常不是第一个想到的语言,但如果你曾经需要处理数百万行数据而不让服务器崩溃或内存耗尽,你就会知道PHP用对了工具有多强大,下面小编就... 目录问题的本质php 中的数据流处理:为什么必不可少生成器:内存高效的迭代方式流量控制:避免系统过载一次性

C#实现千万数据秒级导入的代码

《C#实现千万数据秒级导入的代码》在实际开发中excel导入很常见,现代社会中很容易遇到大数据处理业务,所以本文我就给大家分享一下千万数据秒级导入怎么实现,文中有详细的代码示例供大家参考,需要的朋友可... 目录前言一、数据存储二、处理逻辑优化前代码处理逻辑优化后的代码总结前言在实际开发中excel导入很

MyBatis-plus处理存储json数据过程

《MyBatis-plus处理存储json数据过程》文章介绍MyBatis-Plus3.4.21处理对象与集合的差异:对象可用内置Handler配合autoResultMap,集合需自定义处理器继承F... 目录1、如果是对象2、如果需要转换的是List集合总结对象和集合分两种情况处理,目前我用的MP的版本