Skip to content

Commit b6ebe8d

Browse files
committed
Add README
1 parent 0617ea7 commit b6ebe8d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Extracting gene–disease associations from the GWAS Catalog
2+
3+
The [GWAS Catalog](https://www.ebi.ac.uk/gwas/ "NHGRI-EBI Catalog of published genome-wide association studies") compiles associations from published GWAS [[ref](http://doi.org/10.1093/nar/gkt1229 "Welter et al (2013) The NHGRI GWAS Catalog, a curated resource of SNP-trait associations")]. We're [using the resource](http://doi.org/10.15363/thinklab.d80 "Thinklab discussion: Extracting disease-gene associations from the GWAS Catalog") in rephetio, our network for drug repurposing. This repository extracts associations for the diseases and genes in rephetio.
4+
5+
## Execution
6+
7+
The notebooks are executed as follows:
8+
9+
+ [`windows.ipynb`](windows.ipynb) processes the results of a SNAP proxy search to extract windows (genomic regions) around each lead SNP based on linkage disequilibrium ([`data/snap/windows.tsv`](data/snap/windows.tsv)). See [this discussion](http://doi.org/10.15363/thinklab.d71 "Thinklab discussion: Calculating genomic windows for GWAS lead SNPs") for details.
10+
11+
+ [`loci.ipynb`](loci.ipynb) extracts disease–loci (SNP) associations ([`data/snp-associations.tsv`](data/snp-associations.tsv)) and disease–gene associations ([`data/gene-associations.tsv`](data/gene-associations.tsv)).
12+
13+
## License
14+
15+
GWAS Catalog downloads and derivatives are licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) in accordance with the EBI's [terms of use](http://www.ebi.ac.uk/about/terms-of-use "Terms of Use for EMBL-EBI Services"). All original content in this repository is licensed under [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/ "CC0 1.0 Universal: Public Domain Dedication").

0 commit comments

Comments
 (0)