{"id":20730156,"url":"https://github.com/dhchenx/umls-graph","last_synced_at":"2025-07-12T16:37:26.977Z","repository":{"id":62586234,"uuid":"441697612","full_name":"dhchenx/umls-graph","owner":"dhchenx","description":"Build a medical knowledge graph based on Unified Language Medical System (UMLS)","archived":false,"fork":false,"pushed_at":"2021-12-25T14:41:07.000Z","size":444,"stargazers_count":21,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-24T08:05:02.075Z","etag":null,"topics":["domain-knowledge","medical-informatics","medical-knowledge-graph","umls","umls-graph","unified-medical-language-system"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dhchenx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-25T14:39:27.000Z","updated_at":"2025-06-11T07:58:32.000Z","dependencies_parsed_at":"2022-11-03T22:37:59.884Z","dependency_job_id":null,"html_url":"https://github.com/dhchenx/umls-graph","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dhchenx/umls-graph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhchenx%2Fumls-graph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhchenx%2Fumls-graph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhchenx%2Fumls-graph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhchenx%2Fumls-graph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dhchenx","download_url":"https://codeload.github.com/dhchenx/umls-graph/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhchenx%2Fumls-graph/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265024279,"owners_count":23699589,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["domain-knowledge","medical-informatics","medical-knowledge-graph","umls","umls-graph","unified-medical-language-system"],"created_at":"2024-11-17T05:10:00.668Z","updated_at":"2025-07-12T16:37:26.959Z","avatar_url":"https://github.com/dhchenx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UMLS-Graph\n\nBuild a medical knowledge graph based on Unified Language Medical System (UMLS)\n\n## Requisite\n\nInstall MySQL Server 5.6 and import UMLS data into MySQL database. Please refer to [UMLS](https://www.nlm.nih.gov/research/umls/index.html) websites on how to install the UMLS database. \n\n## Installation\n\n```pip\npip install umls-graph\n```\n\n## Let Codes Speak\n\n```python\nfrom umls_graph.dataset import make_umls_all\n\n# MySQL database information\nmysql_info = {}\nmysql_info[\"database\"] = \"umls\"\nmysql_info[\"username\"] = \"root\"\nmysql_info[\"password\"] = \"{not gonna tell you}\"\nmysql_info[\"hostname\"] = \"localhost\"\n\n# read all UMLS table and save them to csv formatted files in a specific folder\nmake_umls_all(mysql_info=mysql_info,save_folder=\"umls_datasets\")\n\n```\n\n## License\nThe `umls-graph` project is provided by [Donghua Chen](https://github.com/dhchenx/umls-graph). \n\nNOTE: This project DOES NOT provide the UMLS data download due to the license issue. In addition, the processed data are not verified in actual clinical use.  Please be response for any UMLS data use. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhchenx%2Fumls-graph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhchenx%2Fumls-graph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhchenx%2Fumls-graph/lists"}