CausalRegNet
收藏资源简介:
CausalRegNet是由英国剑桥大学MRC生物统计学单元开发的,用于模拟基因扰动实验中的因果结构学习。该数据集能够生成符合特定统计属性的观察性和干预性数据,特别关注于单细胞RNA测序(scRNA-seq)数据的生成。数据集的创建过程结合了生物学领域的知识,确保了数据的真实性和可解释性。CausalRegNet主要应用于生物学领域的干预实验,旨在评估和改进因果结构学习算法,特别是在大规模基因敲除实验中推断基因干预效果的应用。
CausalRegNet was developed by the MRC Biostatistics Unit at the University of Cambridge, UK, for modeling causal structure learning in gene perturbation experiments. This dataset can generate observational and interventional data that adhere to specific statistical properties, with a particular focus on the generation of single-cell RNA sequencing (scRNA-seq) data. The development of this dataset integrates biological domain knowledge to ensure the authenticity and interpretability of the data. CausalRegNet is primarily applied to interventional experiments in the field of biology, aiming to evaluate and improve causal structure learning algorithms, particularly for inferring the effects of genetic interventions in large-scale gene knockout experiments.
causalregnet
causalregnet 是一个用于模拟基于给定因果结构的单细胞RNA测序数据的库,可扩展到全基因组基因扰动筛选的维度。
该库实现了在论文"Simulation-based Benchmarking of Causal Structure Learning in Gene Perturbation Experiments"中开发的方法。
安装指南
- 从GitHub下载包
git clone https://github.com/luka-kovacevic/causalregnet
- 导航到包目录
cd causalregnet/
-
检查您的环境(确保与运行代码的环境相同)
-
安装包
pip install .




