Assessment of outcomes of calciphylaxis
This dataset is a medical research dataset focusing on the assessment of clinical outcomes in calciphylaxis, a rare but severe vascular calcification disorder. It contains supplementary tables that record structured information such as patient clinical characteristics, treatment processes, laboratory indicators, and prognosis data, sourced from real-world clinical studies or case collections. The dataset can be used for epidemiological analysis of calciphylaxis, treatment efficacy comparison, exploration of prognostic factors, and research on clinical decision support.
基本信息
About
This dataset is a medical research dataset focusing on the assessment of clinical outcomes in calciphylaxis, a rare but severe vascular calcification disorder. It contains supplementary tables that record structured information such as patient clinical characteristics, treatment processes, laboratory indicators, and prognosis data, sourced from real-world clinical studies or case collections. The dataset can be used for epidemiological analysis of calciphylaxis, treatment efficacy comparison, exploration of prognostic factors, and research on clinical decision support.
https://data.mendeley.com/datasets/nxsxgvthzm
下载信息
注册下载
Tips: 该数据集需要在对应的数据源网站注册通过后,才能进行数据下载,注册有对应要求,或者需要收费。
Unavailable公开下载
Tips: 该数据集属于公开下载,应该可以免费公开下载。
Unavailable有偿下载
Tips: 该数据集 Qianfanghub 可以协助提供有偿下载服务,注意,服务不针对数据相关产权,只是技术服务费。
提供高速下载与技术交付服务(收技术服务费,非数据销售)
Unavailable千方医数集,医疗数据集部分,是为社区服务的公开医疗数据集搜索引擎,并不存储或者下载原始的任何数据。 如果您有其他医疗数据需求,可以和客服联系,或者下工单。我们有强大的三甲医疗机构帮助您提供个性化的医疗数据定制、采集、标注服务。
使用方式
数据集获取
源站:https://data.mendeley.com/datasets/nxsxgvthzm
标准获取流程:
- 访问源站链接,注册/登录账号;
- 进入数据集详情页,按页面指引申请权限或直接下载;
- 部分平台提供 SDK,例如:
- OpenDataLab:
pip install openxlab后openxlab.dataset.get(...) - ModelScope:
pip install modelscope后modelscope download - 天池: 登录后页面提供直链下载
以源站「数据下载/使用文档」页面为准。
- OpenDataLab:
数据说明
该数据集是一个医学研究数据集,主要关注钙化防御(calciphylaxis)这一罕见但严重的血管钙化疾病的临床结局评估。数据集包含补充表格,记录了患者临床特征、治疗过程、实验室指标及预后数据等结构化信息,数据来源于真实临床研究或病例收集。该数据集可用于钙化防御的流行病学分析、治疗效果比较、预后因素探索以及相关临床决策支持研究。
数据加载示例(表格/文本类)
import pandas as pd, glob, os
files = (glob.glob(os.path.join(path, "**", "*.csv"), recursive=True)
+ glob.glob(os.path.join(path, "**", "*.tsv"), recursive=True)
+ glob.glob(os.path.join(path, "**", "*.xlsx"), recursive=True))
print("数据文件:", files)
df = pd.read_csv(files[0])
print(df.shape); print(df.columns.tolist()); print(df.head(3))
Accuracy bottleneck? Data gaps?
Current open data not meeting your algorithm needs? We provide high-quality, multimodal real-world clinical data customized for Calciphylaxis.




