CortexJEPAData
收藏资源简介:
CortexJEPAData 是一个为 CortexJEPA 项目准备的皮层空间转录组数据集,包含来自小鼠、猕猴和狨猴三个物种的 410 个 H5AD 格式文件。总观测数达 59,663,533 个斑点/细胞,总文件大小约 202,936,215,273 字节。每个 H5AD 文件包含表达矩阵(X)、观测名称(obs_names)、基因名称(var_names)、空间坐标(obsm["spatial"])。部分训练集还包含层(layer)和 PrAl 标签。数据集按物种组织为子目录(a.mouse、c.macaque、d.marmoset),每个物种下分为 pretrain 和 test 子集,其中 marmoset 测试集包含 development 子集(含三个发育阶段文件)。提供了 manifest.csv 文件记录每个文件的路径、物种、划分、样本、观测数、基因数、空间形状和文件大小。数据集可用于空间转录组学研究、脑皮层细胞类型分析、发育研究等任务。
CortexJEPAData is a cortical spatial transcriptomics dataset prepared for the CortexJEPA project, containing 410 H5AD format files from three species: mouse, macaque, and marmoset. The total number of observations is 59,663,533 spots/cells, and the total file size is approximately 202,936,215,273 bytes. Each H5AD file includes an expression matrix (X), observation names (obs_names), gene names (var_names), and spatial coordinates (obsm["spatial"]). Some training sets also contain layer and PrAl labels. The dataset is organized into subdirectories by species (a.mouse, c.macaque, d.marmoset), with each species divided into pretrain and test subsets. The marmoset test set includes a development subset (containing three developmental stage files). A manifest.csv file is provided, recording each files path, species, split, sample, number of observations, number of genes, spatial shape, and file size. The dataset can be used for tasks such as spatial transcriptomics research, brain cortical cell-type analysis, and developmental studies.
CortexJEPAData 数据集详情
基本信息
- 数据集名称:CortexJEPAData
- 语言:英语、中文
- 许可证:其他(other)
- 标签:空间转录组学、单细胞、神经科学、大脑、皮层、AnnData、H5AD、表格数据
- 数据规模:10M < n < 100M
- 配置:包含
manifest配置,数据文件为manifest.csv
数据内容
每个 .h5ad 文件包含:
X:表达矩阵obs_names:斑点/细胞标识符var_names:基因标识符obsm["spatial"]:空间坐标- 仅部分预训练数据包含微调标签:
c.macaque/pretrain:obs["layer"]d.marmoset/pretrain:obs["layer"]和obs["PrAl"]
d.marmoset/test/development发育阶段分组:仅包含obs["segment"]
注意:四个绒猴预训练切片(T429、T430、T431、T432)缺少原始的 PrAl 列,其 obs["PrAl"] 值以 NaN 存储以保持模式一致性。
其他逐细胞注释、基因注释列、层、非结构化元数据、图像、报告和 memmap 文件已从上传副本中排除。
目录结构
text CortexJEPAData/ a.mouse/ pretrain/ test/ c.macaque/ pretrain/ test/ d.marmoset/ pretrain/ test/ development/ manifest.csv README.md README.zh-CN.md
数据集统计
- 文件总数:410 个 H5AD 文件
- 总观测数:59,663,533 个斑点/细胞
- H5AD 总大小:202,936,215,273 字节
- 小鼠:75 个预训练文件,43 个测试文件
- 猕猴:118 个预训练文件,20 个测试文件
- 绒猴:124 个预训练文件,30 个测试文件(含 3 个发育阶段文件)
绒猴发育子集
| 文件 | 来源切片 | 发育阶段 |
|---|---|---|
P32.h5ad |
T1073 |
出生后第 32 天 |
P3M.h5ad |
T1075 |
出生后第 3 个月 |
Adult.h5ad |
T454 |
成年 |
这三个文件仅包含该来源的 obs["segment"],空间坐标保留在 obsm["spatial"] 中。
Manifest 文件
manifest.csv 每行对应一个 .h5ad 文件,包含字段:
path:数据集内相对路径species:物种文件夹split:预训练或测试subset:嵌套子集名称;发育阶段文件为development,其余为空sample:样本 IDn_obs:斑点/细胞数n_vars:基因数spatial_shape:obsm["spatial"]形状size_bytes:文件大小
加载示例
python import anndata as ad
adata = ad.read_h5ad("a.mouse/pretrain/T264.h5ad") X = adata.X coords = adata.obsm["spatial"] labels = adata.obs # empty except selected pretrain labels and development segment IDs
数据来源
- 小鼠:Han et al., 2025
- 猕猴源数据集页面:https://www.braindatacenter.cn/datacenter/web/#/dataSet/details?id=1663381185152036865
- 绒猴源数据集页面:https://db.cngb.org/stomics/mccsta/download/
引用文献
使用该数据集时请引用原始数据来源:
- Han L, Liu Z, Jing Z, et al. Single-cell spatial transcriptomic atlas of the whole mouse brain. Neuron. 2025;113(13):2141-2160.e9. doi:10.1016/j.neuron.2025.02.015
- Chen A, Sun Y, Lei Y, et al. Single-cell spatial transcriptome reveals cell-type organization in the macaque cortex. Cell. 2023;186(17):3726-3743.e24. doi:10.1016/j.cell.2023.06.009
- Huang Z, Yang Q, Li S, et al. An opposing molecular gradient axis underlies primate cortical organization. Science. 2026;392(6795):eaea2673. doi:10.1126/science.aea2673




