turmex2/pgc-adhd
收藏Hugging Face2026-04-10 更新2026-04-26 收录
下载链接:
https://hf-mirror.com/datasets/turmex2/pgc-adhd
下载链接
链接失效反馈官方服务:
资源简介:
---
license: other
tags:
- gwas
- polygenic-risk-score
- psychiatric-genetics
- pgc
---
# ADHD GWAS Summary Statistics (PGC)
Mirror of Psychiatric Genomics Consortium (PGC) summary statistics for
**ADHD** (adhd2022), redistributed in a single Apache Parquet file
for use with [OpenMed Genomics](https://huggingface.co/spaces/turmex2/openneuro-genomics).
## Source
- **Primary citation:** Demontis et al., Nature Genetics 2023
- **Original distributor:** Psychiatric Genomics Consortium
(<https://pgc.unc.edu/for-researchers/download-results/>)
This mirror exists only because the upstream OpenMed mirror became
inaccessible. No modifications have been made to the underlying data;
per-shard parquet files were concatenated into a single file for
convenient streaming.
## File
`pgc-adhd_adhd2022.parquet` -- one Apache Parquet file containing the full summary
statistics table in the PGC's published schema (SNP, CHR, BP, A1, A2,
FRQ, OR/BETA, SE, P, ...).
## Usage
```python
import polars as pl
df = pl.read_parquet(
"https://huggingface.co/datasets/turmex2/pgc-adhd/resolve/main/pgc-adhd_adhd2022.parquet"
)
```
## License & terms of use
PGC summary statistics are released for non-commercial research use only.
Do not attempt to re-identify individuals. Results derived from these
data are **not** a clinical diagnosis. See the original publication for
the full data-use agreement.
许可证:其他
标签:
- 全基因组关联研究(Genome-Wide Association Study, GWAS)
- 多基因风险评分(polygenic risk score)
- 精神遗传学(psychiatric genetics)
- 精神疾病基因组学联合会(Psychiatric Genomics Consortium, PGC)
# 注意缺陷多动障碍(Attention Deficit Hyperactivity Disorder, ADHD)全基因组关联研究(GWAS)汇总统计数据(PGC)
本数据集为精神疾病基因组学联合会(PGC)针对**注意缺陷多动障碍(ADHD,adhd2022)**的汇总统计数据镜像,已整合为单个Apache Parquet格式文件,适配[OpenMed Genomics](https://huggingface.co/spaces/turmex2/openneuro-genomics)工具使用。
## 数据来源
- **核心引用文献**:Demontis等人,《Nature Genetics》,2023年
- **原始发布方**:精神疾病基因组学联合会(PGC)(<https://pgc.unc.edu/for-researchers/download-results/>)
本镜像仅因上游OpenMed镜像无法访问而创建。未对原始数据进行任何修改;仅将按分片存储的Parquet文件合并为单个文件,以方便流式读取。
## 文件详情
`pgc-adhd_adhd2022.parquet`——单个Apache Parquet格式文件,包含遵循PGC公开数据模式的完整汇总统计数据表,字段涵盖SNP、CHR、BP、A1、A2、FRQ、OR/BETA、SE、P等。
## 使用示例
python
import polars as pl
df = pl.read_parquet(
"https://huggingface.co/datasets/turmex2/pgc-adhd/resolve/main/pgc-adhd_adhd2022.parquet"
)
## 许可证与使用条款
PGC汇总统计数据仅可用于非商业性研究用途。
请勿尝试重新识别个体身份。
基于本数据得到的结果**不得**作为临床诊断依据。
完整的数据使用协议请参阅原始发表文献。
提供机构:
turmex2



