Datasets:

DOI:
License:
File size: 651 Bytes
57b4748
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
The files in this directory contain gene-disease associations sourced from
DisGeNET and ClinGen, for more details see the notebook at `../disgenet_curation.ipynb`

`protein_disgenet_relations.csv` contains these associations in a human-readable
format where `seq_id` corresponds to UniProt IDs and `text_id` corresponds to 
UMLS concept IDs. 

`protein_disgenet_relations_indexed.csv` contains the same associatons, but with
`seq_id` now being unique numeric indices to proteins as defined in 
`../protein/protein_info_filtered.pkl` and `text_id` is the unique numeric index
to UMLS concept IDs as defined in `../disgenet/disgenet_info_filtered.pkl`.