DLCoalSim-10Mb-v1
收藏资源简介:
DLCoalSim-10Mb-v1是一个专门为人口历史推断和有效群体大小Ne(t)预测任务设计的模拟单倍型数据集。该数据集包含22,304个模拟样本,每个样本覆盖10百万碱基对(10 Mb)的基因组区域,并包含64个单倍型。数据被组织成697个分片文件,总数据量为17.94 GiB。数据集存储了经过最小化处理的观测数据,具体包括:位打包编码的单倍型基因型数据、稀疏表示的缺失基因型索引、变异位点的物理位置信息、观测到的重组事件图谱和突变率图谱、按64个时间分箱平均计算的目标变量log10 Ne(t)值,以及每个样本的元数据。每个数据分片(.npz格式)遵循特定的模式,包含样本ID、目标值、变异位置偏移数组、打包的基因型数据、缺失数据索引、序列长度、观测重组位置与速率、观测突变位置与速率等字段。每个分片都配有对应的JSON Lines格式的详细样本元数据文件。此外,数据集根目录还提供了全局的样本元数据表格(CSV和JSON Lines格式)和一个描述数据集整体的清单文件。该数据集旨在为人口遗传学推断方法的研究和评估提供标准化的模拟数据。
DLCoalSim-10Mb-v1 is a simulated haplotype dataset specifically designed for population history inference and effective population size Ne(t) prediction tasks. The dataset contains 22,304 simulated samples, each covering a genomic region of 10 million base pairs (10 Mb) and containing 64 haplotypes. The data is organized into 697 shard files, with a total data volume of 17.94 GiB. The dataset stores minimally processed observed data, including: bit-packed encoded haplotype genotype data, sparsely represented missing genotype indices, physical position information of variant sites, observed recombination event maps and mutation rate maps, target variable log10 Ne(t) values averaged over 64 time bins, and metadata for each sample. Each data shard (in .npz format) follows a specific pattern, containing fields such as sample ID, target values, variant position offset arrays, packed genotype data, missing data indices, sequence length, observed recombination positions and rates, observed mutation positions and rates, etc. Each shard is accompanied by a corresponding detailed sample metadata file in JSON Lines format. Additionally, the dataset root directory provides global sample metadata tables (in CSV and JSON Lines formats) and a manifest file describing the overall dataset. This dataset aims to provide standardized simulated data for research and evaluation of population genetics inference methods.
根据您提供的数据集详情页面内容和README文件,以下是该数据集的详细总结:
数据集概述
DLCoalSim-10Mb-v1 是一个用于人口统计历史推断和有效种群大小(Ne(t))预测的模拟单倍型数据集。
基本信息
- 样本数量:22,304 个样本
- 数据分片:697 个数据分片
- 每个样本长度:10,000,000 bp(碱基对)
- 每个样本单倍型数:64 个单倍型
- 目标时间区间:64 个目标时间区间
- 存储大小:17.94 GiB(分片文件)
数据内容
数据集包含经过最小化处理的观测数据:
- 位打包的单倍型(bit-packed haplotypes)
- 稀疏缺失基因型索引(sparse missing-genotype indices)
- 变异位点位置(variant positions)
- 观测到的重组和突变图谱(observed recombination and mutation maps)
- 区间平均目标 log10 Ne(t)(bin-averaged target log10 Ne(t))
- 每个样本的元数据(per-sample metadata)
数据集布局
text DLCoalSim-10Mb-v1/ samples/ # *.npz 分片文件和匹配的 *.jsonl.gz 分片元数据 metadata/ samples.csv # 全局每个样本的元数据表 samples.jsonl.gz # 全局每个样本的元数据,JSON Lines 格式 manifest.json # 数据集清单
分片结构
每个 samples/*.npz 分片包含通过偏移数组编码的参差数组:
sample_id:样本IDtarget_log10_ne:目标 log10 Ne(t)variant_positions_bp,variant_offsets:变异位点位置和偏移genotype_packed,packed_hap_bytes,n_haplotypes:打包的基因型数据missing_flat_idx,missing_offsets:缺失基因型索引sequence_length:序列长度obs_rec_pos,obs_rec_pos_offsets,obs_rec_rate,obs_rec_rate_offsets:观测重组信息obs_mut_pos,obs_mut_pos_offsets,obs_mut_rate,obs_mut_rate_offsets:观测突变信息
每个分片有一个匹配的 samples/*.jsonl.gz 文件,包含与 sample_id 顺序一致的每个样本的完整元数据。




