临床数据集
收藏资源简介:
从Princess Margaret医院的癌症患者电子病历数据中生成临床数据集,包括实验室测试、症状评分、治疗和药物、人口统计等特征。这些特征可以根据治疗日期、临床访问日期、每周时间点、每日时间点等进行对齐。主要目的是为多个项目提供一个中央管道,用于推荐治疗/药物、估计癌症进展、预测各种不良癌症事件。
A clinical dataset derived from the electronic health record (EHR) data of cancer patients at Princess Margaret Hospital, including features such as laboratory tests, symptom scores, treatments and medications, and demographic information. These features can be aligned according to treatment dates, clinical visit dates, weekly time points, daily time points, and other temporal markers. Its primary purpose is to serve as a central pipeline for multiple projects, supporting tasks including treatment/medication recommendation, cancer progression estimation, and prediction of various adverse cancer events.
数据集概述
数据集名称
Make Clinical Dataset
数据来源
数据来源于Princess Margaret医院的癌症患者电子病历(EMR)。
数据处理
数据集通过处理实验室测试、症状评分、治疗和药物、人口统计等数据,创建了清洗、转换和工程化的特征。这些特征可以按照治疗日期、临床访问日期、每周时间点、每日时间点等进行对齐。
数据集目的
该数据集的主要目的是作为一个中心管道,用于生成可用于多个项目的相同临床数据集,包括推荐治疗/药物、估计癌症进展、预测各种不良癌症事件(如静脉血栓栓塞、细胞减少、急性护理使用、肾毒性、症状恶化、死亡)。
数据存储位置
外部数据存储在Google Drive文件夹ml4o/projects/aim2reduce/data。原始数据存储在由University Health Network托管的HPC4Health集群中。
数据使用指南
-
克隆仓库并安装必要依赖: bash git clone --recurse-submodules https://github.com/ml4oncology/make-clinical-dataset pip install -r requirements.txt
-
数据处理脚本: bash python scripts/csv_to_parquet.py python scripts/build_features.py python scripts/combine_features.py [OPTIONAL args]




