turmex2/pgc-schizophrenia
收藏Hugging Face2026-04-10 更新2026-04-26 收录
下载链接:
https://hf-mirror.com/datasets/turmex2/pgc-schizophrenia
下载链接
链接失效反馈官方服务:
资源简介:
---
license: other
tags:
- gwas
- polygenic-risk-score
- psychiatric-genetics
- pgc
---
# Schizophrenia GWAS Summary Statistics (PGC)
Mirror of Psychiatric Genomics Consortium (PGC) summary statistics for
**Schizophrenia** (scz2022), redistributed in a single Apache Parquet file
for use with [OpenMed Genomics](https://huggingface.co/spaces/turmex2/openneuro-genomics).
## Source
- **Primary citation:** Trubetskoy et al., Nature 2022
- **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-schizophrenia_scz2022.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-schizophrenia/resolve/main/pgc-schizophrenia_scz2022.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.
提供机构:
turmex2



