Update dataset card with additional metadata
Browse files
README.md
CHANGED
|
@@ -1,55 +1,61 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
task_categories:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
tags:
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
|
|
|
|
|
|
| 17 |
size_categories:
|
| 18 |
-
|
| 19 |
configs:
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
---
|
| 54 |
|
| 55 |
# PGC Major Depressive Disorder — GWAS Summary Statistics
|
|
@@ -128,3 +134,7 @@ Released under **[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)** / *
|
|
| 128 |
|
| 129 |
- [Psychiatric Genomics Consortium (PGC)](https://pgc.unc.edu/)
|
| 130 |
- [PGC Downloads](https://pgc.unc.edu/for-researchers/download-results/)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
task_categories:
|
| 4 |
+
- tabular-regression
|
| 5 |
+
- tabular-classification
|
| 6 |
tags:
|
| 7 |
+
- gwas
|
| 8 |
+
- summary-statistics
|
| 9 |
+
- psychiatric-genomics
|
| 10 |
+
- pgc
|
| 11 |
+
- mdd
|
| 12 |
+
- mental-health
|
| 13 |
+
- genetics
|
| 14 |
+
- genomics
|
| 15 |
+
- biology
|
| 16 |
+
- health
|
| 17 |
+
- bioinformatics
|
| 18 |
+
pretty_name: PGC Major Depressive Disorder GWAS Summary Statistics
|
| 19 |
size_categories:
|
| 20 |
+
- 1M-10M
|
| 21 |
configs:
|
| 22 |
+
- config_name: AntiDepResponse2021
|
| 23 |
+
default: true
|
| 24 |
+
data_files:
|
| 25 |
+
- split: train
|
| 26 |
+
path: data/AntiDepResponse2021/*.parquet
|
| 27 |
+
- config_name: mdd2013
|
| 28 |
+
data_files:
|
| 29 |
+
- split: train
|
| 30 |
+
path: data/mdd2013/*.parquet
|
| 31 |
+
- config_name: mdd2018
|
| 32 |
+
data_files:
|
| 33 |
+
- split: train
|
| 34 |
+
path: data/mdd2018/*.parquet
|
| 35 |
+
- config_name: mdd2018_noUKBB
|
| 36 |
+
data_files:
|
| 37 |
+
- split: train
|
| 38 |
+
path: data/mdd2018_noUKBB/*.parquet
|
| 39 |
+
- config_name: mdd2021asi
|
| 40 |
+
data_files:
|
| 41 |
+
- split: train
|
| 42 |
+
path: data/mdd2021asi/*.parquet
|
| 43 |
+
- config_name: mdd2023diverse
|
| 44 |
+
data_files:
|
| 45 |
+
- split: train
|
| 46 |
+
path: data/mdd2023diverse/*.parquet
|
| 47 |
+
- config_name: mdd2025
|
| 48 |
+
data_files:
|
| 49 |
+
- split: train
|
| 50 |
+
path: data/mdd2025/*.parquet
|
| 51 |
+
- config_name: ppd2023
|
| 52 |
+
data_files:
|
| 53 |
+
- split: train
|
| 54 |
+
path: data/ppd2023/*.parquet
|
| 55 |
+
language:
|
| 56 |
+
- en
|
| 57 |
+
source_datasets:
|
| 58 |
+
- pgc
|
| 59 |
---
|
| 60 |
|
| 61 |
# PGC Major Depressive Disorder — GWAS Summary Statistics
|
|
|
|
| 134 |
|
| 135 |
- [Psychiatric Genomics Consortium (PGC)](https://pgc.unc.edu/)
|
| 136 |
- [PGC Downloads](https://pgc.unc.edu/for-researchers/download-results/)
|
| 137 |
+
|
| 138 |
+
---
|
| 139 |
+
|
| 140 |
+
*Last updated: April 2026*
|