PGC Psychiatric GWAS Summary Statistics
Collection
~1 billion rows of genome-wide association study (GWAS) summary statistics from the Psychiatric Genomics Consortium (PGC). • 12 items • Updated • 9
##fileFormat=PGCsumstatsVCFv1.0 stringclasses 1
value | _source_file stringclasses 1
value |
|---|---|
VERSION | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
null | hoarding2022.vcf.tsv.gz |
Genome-wide association study (GWAS) summary statistics for OCD & Tourette Syndrome phenotypes from the Psychiatric Genomics Consortium (PGC).
This dataset contains multiple GWAS publications as separate subsets (configs). Each can be loaded independently.
from datasets import load_dataset
# Load a specific GWAS (e.g., hoarding2022)
ds = load_dataset("OpenMed/pgc-ocd-tourette", "hoarding2022")
print(ds)
from datasets import get_dataset_config_names
configs = get_dataset_config_names("OpenMed/pgc-ocd-tourette")
print(configs)
| Config | Phenotype | Journal | Year | PubMed | Rows | License |
|---|---|---|---|---|---|---|
hoarding2022 |
Hoarding Symptoms | Translational Psychiatry | 2022 | 36379924 | — | CC BY 4.0 |
ocd2018 |
OCD | Molecular Psychiatry | 2018 | 28761083 | 8,409,516 | CC BY 4.0 |
ocd2025 |
OCD | Nature Genetics | 2025 | 40360802 | 13,556,976 | CC BY 4.0 |
ocs2024 |
Obsessive-Compulsive Symptoms | Molecular Psychiatry | 2024 | 38548983 | 6,232,765 | CC BY 4.0 |
ts2019 |
Tourette Syndrome | American Journal of Psychiatry | 2019 | 30818990 | — | CC BY 4.0 |
All data has been converted to Apache Parquet format with shards of 10,000 rows. Common columns include:
| Column | Description |
|---|---|
SNP / ID |
SNP rsID or variant identifier |
CHR |
Chromosome |
BP / POS |
Base-pair position (typically GRCh37/hg19) |
A1 / ALT |
Effect allele |
A2 / REF |
Non-effect (reference) allele |
OR / BETA |
Odds ratio or effect size |
SE |
Standard error |
P |
P-value |
INFO |
Imputation quality score |
FRQ / MAF |
Allele frequency |
_source_file |
Original source filename |
Note: Column names vary between publications. The
_source_filecolumn tracks the original file each row came from.
When using any subset, please cite:
"Data were obtained from the Psychiatric Genomics Consortium — https://pgc.unc.edu/"
This dataset is released under the CC BY 4.0 license.
By using PGC summary statistics you agree to:
Last updated: April 2026