-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Extracting disease–gene associations from DisGeNET | ||
|
||
[DisGeNET](http://www.disgenet.org/) is a resource that integrates disease–gene associations from several sources [[ref](http://doi.org/10.1093/database/bav028 "Pinero et al (2015) DisGeNET: a discovery platform for the dynamical exploration of human diseases and their genes")]. We're [using the resource](http://doi.org/10.15363/thinklab.d105 "Thinklab discussion: Processing DisGeNET for disease-gene relationships") in Rephetio, our network for drug repurposing. This repository extracts associations for the diseases and genes in rephetio. | ||
|
||
[`disgenet.ipynb`](disgenet.ipynb) processes the DisGeNET downloads and outputs user-friendly TSVs to [`data`](data). | ||
|
||
## License | ||
|
||
DisGeNET content and derivatives are licensed under the [ODbL 1.0](http://opendatacommons.org/licenses/odbl/summary/ "Open Database License (ODbL) v1.0"). All original content is licensed under [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/ "CC0 1.0 Universal: Public Domain Dedication"). |