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.