nebfield commited on
Commit
299fc0c
·
verified ·
1 Parent(s): 6b79e30

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +205 -5
README.md CHANGED
@@ -1,5 +1,205 @@
1
- ---
2
- license: other
3
- license_name: embl-ebi
4
- license_link: https://www.ebi.ac.uk/about/terms-of-use/
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: embl-ebi
4
+ license_link: https://www.ebi.ac.uk/about/terms-of-use/
5
+ ---
6
+
7
+ # GWAS Catalog Samples
8
+
9
+ ## Dataset Description
10
+
11
+ This dataset contains sample-level metadata from the [NHGRI-EBI GWAS Catalog](https://ebi.ac.uk/gwas), describing the populations included in genome-wide association studies (GWAS).
12
+
13
+ Each record represents a population sample used within a GWAS study, including information about sample size, ancestry category, and geographic origin. The dataset provides a structured representation of the participant populations contributing to published GWAS results.
14
+
15
+ Unlike the [GWAS Catalog Studies dataset](https://huggingface.co/datasets/gwascatalog/studies), which focuses on publication-level metadata, and the [Associations dataset](https://huggingface.co/datasets/gwascatalog/associations), which captures SNP–trait associations, the Samples dataset describes the populations and cohorts contributing to GWAS analyses.
16
+
17
+ This dataset is particularly valuable for understanding genetic ancestry representation in GWAS research, enabling analyses of population diversity, recruitment geography, and ancestry distribution across studies.
18
+
19
+ Typical research uses include:
20
+
21
+ * examining ancestry representation in GWAS cohorts
22
+ * analysing geographic recruitment patterns in genomic studies
23
+ * studying population diversity across GWAS datasets
24
+ * assessing ancestry imbalance or underrepresentation in genetic studies
25
+ * linking population metadata with study-level and association-level GWAS data
26
+
27
+ The GWAS Catalog applies a standardised framework for representing ancestry data in genomics studies. For more details, please see:
28
+
29
+ Morales, J., Welter, D., Bowler, E.H. et al. A standardized framework for representation of ancestry data in genomics studies, with application to the NHGRI-EBI GWAS Catalog. Genome Biol 19, 21 (2018). https://doi.org/10.1186/s13059-018-1396-2
30
+
31
+ ---
32
+
33
+ ## Dataset Summary
34
+
35
+ * Task categories: genomics, biomedical metadata analysis
36
+ * Data type: tabular
37
+ * Primary domain: genome-wide association studies (GWAS)
38
+ * Unit of observation: GWAS sample population
39
+ * Source: curated literature database
40
+
41
+ Typical uses include:
42
+
43
+ * analysing ancestry composition of GWAS cohorts
44
+ * evaluating population diversity in genomic research
45
+ * linking ancestry metadata with GWAS study results
46
+ * studying recruitment geography and sampling strategies in GWAS
47
+
48
+ ---
49
+
50
+ # Dataset Structure
51
+
52
+ Each row represents a specific sample population used in a GWAS study, typically corresponding to either the discovery stage or a replication stage cohort.
53
+
54
+ A single study may contain multiple sample entries representing different cohorts, recruitment locations, or ancestry groups.
55
+
56
+ ## Columns
57
+
58
+ | Column | Description |
59
+ | ------------------------------- | --------------------------------------------------------------------------------------------------------------- |
60
+ | STUDY ACCESSION | Accession identifier assigned to a GWAS study in the GWAS Catalog (e.g., GCST identifiers). |
61
+ | PUBMEDID | PubMed identifier for the publication reporting the GWAS. |
62
+ | FIRST AUTHOR | Last name and initials of the first author of the publication. |
63
+ | DATE | Publication date (online/epub date if available). |
64
+ | INITIAL SAMPLE DESCRIPTION | Description of the discovery-stage GWAS cohort, including sample size and ancestry information. |
65
+ | REPLICATION SAMPLE DESCRIPTION | Description of replication cohort(s) used to validate associations reported in the study. |
66
+ | STAGE | Stage of the GWAS to which the sample description applies (e.g., initial discovery stage or replication stage). |
67
+ | NUMBER OF INDIVIDUALS | Number of individuals included in the sample population. |
68
+ | BROAD ANCESTRAL CATEGORY | High-level ancestry classification assigned to place samples into broader genetic ancestry groups. |
69
+ | COUNTRY OF ORIGIN | Country associated with the ancestral origin of the individuals in the sample. |
70
+ | COUNTRY OF RECRUITMENT | Country where participants were recruited for the study. |
71
+ | ADDITIONAL ANCESTRY DESCRIPTION | Additional descriptors providing more detailed ancestry information for the sample population. |
72
+
73
+ ---
74
+
75
+ # Curation Process
76
+
77
+ The GWAS Catalog is curated through a combination of automated and manual processes.
78
+
79
+ ### 1. Literature identification
80
+
81
+ Publications describing genome-wide association studies are identified through:
82
+
83
+ * literature searches
84
+ * author submissions
85
+
86
+ ### 2. Manual curation
87
+
88
+ Expert curators review publications and extract key information including:
89
+
90
+ * variant identifiers (e.g., rsIDs)
91
+ * associated traits or diseases
92
+ * statistical significance metrics
93
+ * effect sizes
94
+ * sample descriptions
95
+ * genomic location information
96
+
97
+ ### 3. Standardisation
98
+
99
+ Extracted data are normalised using standardised vocabularies and identifiers where possible, including:
100
+
101
+ * controlled trait terms from the [Experimental Factor Ontology (EFO)](https://www.ebi.ac.uk/efo/)
102
+ * genomic coordinates
103
+ * gene identifiers
104
+
105
+ ### 4. Annotation
106
+
107
+ Variants are annotated with additional genomic information such as:
108
+
109
+ * mapped genes
110
+ * variant context (e.g., intronic, intergenic)
111
+ * genomic distances to nearby genes
112
+
113
+ ### 5. Quality control
114
+
115
+ Curated records undergo internal quality checks to ensure:
116
+
117
+ * consistency across records
118
+ * correct variant identifiers
119
+ * valid genomic annotations
120
+
121
+ For more information about the curation process, please see the [GWAS Catalog documentation](https://ebi.ac.uk/gwas/docs/methods).
122
+
123
+ The Hugging Face dataset mirrors the [tabular ancestry records published by the GWAS Catalog on 2026-03-17](https://www.ebi.ac.uk/gwas/docs/file-downloads).
124
+
125
+ ---
126
+
127
+ # Bias, Limitations, and Population Representation
128
+
129
+ Genome-wide association studies have several limitations that affect analyses using this dataset.
130
+
131
+ ## Population Bias
132
+
133
+ A large proportion of GWAS studies have historically been conducted with individuals genetically similar to European reference populations.
134
+
135
+ Please note:
136
+
137
+ * genetic associations may not generalise across populations
138
+ * allele frequencies may differ substantially between ancestries
139
+ * effect sizes may vary across populations
140
+
141
+ Users should exercise caution when applying results derived from GWAS to diverse populations.
142
+
143
+ ## Publication Bias
144
+
145
+ Because the catalog is derived from published studies, it may reflect:
146
+
147
+ * overrepresentation of statistically significant findings
148
+ * underrepresentation of null results
149
+ * bias towards traits that are frequently studied
150
+
151
+ ## Study Heterogeneity
152
+
153
+ GWAS studies vary substantially in:
154
+
155
+ * sample size
156
+ * cohort composition
157
+ * phenotype definitions
158
+ * genotyping platforms
159
+ * statistical analysis methods
160
+
161
+ These factors may influence comparability across studies.
162
+
163
+ ---
164
+
165
+ # Credits
166
+
167
+ This dataset is derived from the [NHGRI-EBI GWAS Catalog](https://ebi.ac.uk/gwas).
168
+
169
+ We would like to thank:
170
+
171
+ * authors who submit their data to the catalog, including full summary statistics
172
+ * authors of the original GWAS publications included in the catalog
173
+ * GWAS Catalog team members, past and present
174
+ * research participants who contributed data to the underlying genetic studies
175
+
176
+ ---
177
+
178
+ # Citation
179
+
180
+ If you use this dataset in research, please cite the GWAS Catalog publication:
181
+
182
+ Maria Cerezo et al.
183
+ *The NHGRI-EBI GWAS Catalog: standards for reusability, sustainability and diversity.*
184
+ Nucleic Acids Research, 2025.
185
+
186
+ ```bibtex
187
+ @article{cerezo2025nhgri,
188
+ title={The NHGRI-EBI GWAS Catalog: standards for reusability, sustainability and diversity},
189
+ author={Cerezo, Maria and Sollis, Elliot and Ji, Yue and Lewis, Elizabeth and Abid, Ala and Bircan, Karatu{\u{g}} Ozan and Hall, Peggy and Hayhurst, James and John, Sajo and Mosaku, Abayomi and others},
190
+ journal={Nucleic acids research},
191
+ volume={53},
192
+ number={D1},
193
+ pages={D998--D1005},
194
+ year={2025},
195
+ publisher={Oxford University Press}
196
+ }
197
+ ```
198
+
199
+ ---
200
+
201
+ # Licence
202
+
203
+ The NHGRI-EBI GWAS Catalog and all its contents are available under the [general Terms of Use for EMBL-EBI Services](https://ebi.ac.uk/about/terms-of-use). Summary statistics are made available under CC0 unless otherwise stated.
204
+
205
+ Consumers of data hosted by the GWAS Catalog should review the licence terms of individual datasets where applicable to their specific use case.