tunahanf/pgc-anxiety
PGC Anxiety Disorder — GWAS Summary Statistics Dataset Description Genome-wide association study (GWAS) summary statistics for Anxiety Disorder phenotypes from the Psychiatric Genomics Consortium (PGC). Each publication is available as a separate subset (config) and can be loaded independently. Usage from datasets import load_dataset # Load a specific GWAS ds = load_dataset("OpenMed/pgc-anxiety", "anx2016") print(ds) List all… See the full description on the dataset page: https://huggingface.co/datasets/tunahanf/pgc-anxiety.
PGC Anxiety Disorder — GWAS Summary Statistics

Dataset Description
Genome-wide association study (GWAS) summary statistics for Anxiety Disorder phenotypes from the Psychiatric Genomics Consortium (PGC).
Each publication is available as a separate subset (config) and can be loaded independently.
Usage
from datasets import load_dataset
# Load a specific GWAS
ds = load_dataset("OpenMed/pgc-anxiety", "anx2016")
print(ds)List all available subsets
from datasets import get_dataset_config_names
print(get_dataset_config_names("OpenMed/pgc-anxiety"))Subsets
Data Format
All data is stored as Apache Parquet shards (10,000 rows each). Common columns:
Column names vary between publications. Check each subset's schema.
Citation
Please cite the original publication (see PubMed links above) and acknowledge the PGC:
Data were obtained from the Psychiatric Genomics Consortium — https://pgc.unc.edu/
Terms of Use
Released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
- Cite the original publication(s)
- Do not attempt to re-identify individual participants
- Comply with the PGC data use policies
Source
Last updated: April 2026
