OmniGenBench
收藏资源简介:
OmniGenBench 是一个基因组学基准测试数据集集合,包含多个经过质量筛选的子数据集,每个子数据集针对特定的基因组学任务。这些任务包括长非编码RNA(lncRNA)预测、polyA 位点识别、启动子强度预测、剪接位点(供体和受体)预测、转座元件(TE)预测以及终止子强度预测。数据集中涉及的物种包括大豆(Glycine max)、木薯(Manihot esculenta)、高粱(Sorghum bicolor)、番茄(Solanum lycopersicum)、小麦(Triticum aestivum)、玉米(Zea mays)、拟南芥(Arabidopsis thaliana)、莱茵衣藻(Chlamydomonas reinhardtii)、蒺藜苜蓿(Medicago truncatula)、水稻(Oryza sativa indica 和 japonica 亚群)以及红三叶草(Trifolium pratense)。每个子数据集包含训练、验证和测试三个分割,数据以 CSV 格式(压缩为 .gz)提供。部分子数据集的验证集和测试集使用相同文件,而转座元件预测子数据集有独立的验证集。该数据集适用于开发和评估基因组序列分析相关的机器学习模型。
OmniGenBench is a collection of genomics benchmark datasets, containing multiple quality-filtered sub-datasets each targeting specific genomics tasks. These tasks include long non-coding RNA (lncRNA) prediction, polyA site recognition, promoter strength prediction, splice site (donor and acceptor) prediction, transposable element (TE) prediction, and terminator strength prediction. The species involved in the dataset include Glycine max, Manihot esculenta, Sorghum bicolor, Solanum lycopersicum, Triticum aestivum, Zea mays, Arabidopsis thaliana, Chlamydomonas reinhardtii, Medicago truncatula, Oryza sativa (indica and japonica subspecies), and Trifolium pratense. Each sub-dataset contains three splits: training, validation, and testing, with data provided in CSV format (compressed as .gz). Some sub-datasets share the same file for validation and testing sets, while the transposable element prediction sub-dataset has an independent validation set. This dataset is suitable for developing and evaluating machine learning models related to genomic sequence analysis.
OmniGenBench 数据集概述
数据集简介
OmniGenBench 是一个基准测试套件集合,本仓库包含经过质量标准筛选的 OmniGenBench 数据集子集,用于高质量基因组基准数据集。
数据集配置
该数据集包含 21 个配置(config),每个配置对应一个独立的基因组学任务,涵盖三大类任务:
长链非编码RNA(lncRNA)预测
lncrna_g_max、lncrna_m_esculenta、lncrna_s_bicolor、lncrna_s_lycopersicum、lncrna_t_aestivum、lncrna_z_mays(共 6 个物种)
多聚腺苷酸化(poly A)位点预测
poly_a_arabidopsis_thaliana、poly_a_chlamydomonas_reinhardtii、poly_a_medicago_truncatula、poly_a_oryza_sativa_indica_group、poly_a_oryza_sativa_japonica_group、poly_a_trifolium_pratense(共 6 个物种)
启动子强度预测
promoter_strength_leaf、promoter_strength_protoplast(共 2 个组织类型)
剪接位点预测
splicing_arabidopsis_thaliana_acceptor、splicing_arabidopsis_thaliana_donor(共 2 个剪接位点类型)
转座元件(TE)预测
te_prediction_arabidopsis、te_prediction_rice(共 2 个物种)
终止子强度预测
terminator_strength_leaf、terminator_strength_protoplast(共 2 个组织类型)
数据划分
每个配置均包含三个数据划分:
- 训练集(train):用于模型训练
- 验证集(validation):用于模型调优,多数配置的验证集数据与测试集相同(共用
*_test.csv.gz文件),但te_prediction系列配置使用独立的验证集文件(*_val.csv.gz) - 测试集(test):用于模型评估
数据格式
数据以 CSV 压缩文件(.csv.gz) 格式存储,文件名模式为 {配置名}_{划分}.csv.gz。




