Build medical knowledge graph based on Unified Medical Language System (UMLS)
Project description
UMLS-Graph
Build a medical knowledge graph based on Unified Language Medical System (UMLS)
Requisite
Install MySQL Server 5.6 and import UMLS data into MySQL database. Please refer to UMLS websites on how to install the UMLS database.
Installation
pip install umls-graph
Let Codes Speak
from umls_graph.dataset import make_umls_all
# MySQL database information
mysql_info = {}
mysql_info["database"] = "umls"
mysql_info["username"] = "root"
mysql_info["password"] = "{not gonna tell you}"
mysql_info["hostname"] = "localhost"
# read all UMLS table and save them to csv formatted files in a specific folder
make_umls_all(mysql_info=mysql_info,save_folder="umls_datasets")
License
The umls-graph
project is provided by Donghua Chen.
NOTE: 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 details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
umls-graph-0.0.2.tar.gz
(16.1 kB
view details)
File details
Details for the file umls-graph-0.0.2.tar.gz
.
File metadata
- Download URL: umls-graph-0.0.2.tar.gz
- Upload date:
- Size: 16.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.21.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e58c9a54e840e9111f5c817489dc116420e609fd41ef0cb57ad7eda481a815c1 |
|
MD5 | fb6291cabe5df2f6b1b80398d02cdbf0 |
|
BLAKE2b-256 | 267899dcf5cd5467762c5dd8072f11e95f693702d87b3d668d84e89e0e365866 |