Find mappings (or cross-references) between terms from ontologies and coding standards
Project description
ontoxref for Python 3.x
Find mappings (or cross-references) between terms from ontologies and coding standards
Prerequisite
The client module requires Python 3.x
Install
pip install ontoxref
Example code
from ontoxref.backend import ConnectionManager
con_mngr = ConnectionManager.init("/path/to/xref-all.json")
con = con_mngr.get_connection()
service = con.get_service("XrefService")
# Find ICD10CM code for 'EFO:0000095'"
service.find_xref("EFO:0000095", "ICD10CM")
# Find DOID code for 'MONDO:0004948'"
service.find_xref("MONDO:0004948", "DOID")
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
ontoxref-1.0.1.tar.gz
(3.4 kB
view details)
Built Distribution
File details
Details for the file ontoxref-1.0.1.tar.gz
.
File metadata
- Download URL: ontoxref-1.0.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.51.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 429cc8aaa85c4929d3a524555173f7ef714f54e04144c803d09a38b3700845f3 |
|
MD5 | 72117cae90e3c43acb14500d3f4efc7d |
|
BLAKE2b-256 | 05e530ef9f586b2ce546e191752203390fefd0a0ebf60ae6920b48a2f14377da |
File details
Details for the file ontoxref-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: ontoxref-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.51.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0b79dd8b1ee52a9f91f60b6341c5f80e5fd2c3d28fc1f982e63e3bf821b95dc |
|
MD5 | 6ce35e8fed278d8457145039ae81fe3e |
|
BLAKE2b-256 | b9de6f89b8db92cd0669ff55d85e309ddb516765f11f205b974e32514fa76106 |