Python wrapper for the OHDSI R packages
Project description
python-ohdsi
Python wrappers for (some) OHDSI tools. This project has been initiated for supporting OMOP data sources in vantage6.
Make sure you have a working R environment with the OHDSI packages installed.
Installation
Python binding
Interact with the OMOP database using a python interface.
- Install Java JDK.
- Install R:
sudo apt-get install r-base
(setR_HOME
) - Install R packages
pip install python-ohdsi
API service
Spin up a small webserver next to the OMOP database to allow HTTP requests to the OMOP database. You can use the prebuild image from dockerhub:
docker pull ...
docker run ...
Or you can build the image yourself:
docker build -t ohdsi-api .
docker run -p 5000:5000 ohdsi-api
Or you can run the API service directly from the source code:
pip install -r requirements.txt
python api.py
Building documentation
cd docs
export IGNORE_R_IMPORTS=True
make html
cd docs
Set-Item -Path Env:IGNORE_R_IMPORTS -Value True
make html
or you can use make livehtml
to automatically rebuild the documentation
when a file is changed.
You can set the IGNORE_R_IMPORTS
environment variable to ignore the R imports
in the documentation. This is useful when you don't have the R packages
installed but want to build the documentation anyway.
User Documentation
The user documentation can be found at readthedocs.
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
Built Distribution
File details
Details for the file ohdsi-cohort-diagnostics-0.3.2.tar.gz
.
File metadata
- Download URL: ohdsi-cohort-diagnostics-0.3.2.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | edae29cc56b22790bca51b575971cc5b5d0defd40212ca89c70a1c8736996167 |
|
MD5 | 09ff6274b28e7b5fb9c06027a1759f92 |
|
BLAKE2b-256 | 7b30852ba0550ca000fe5458618b7b92328efa52fe2a8351f40a5a194b0aff22 |
File details
Details for the file ohdsi_cohort_diagnostics-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: ohdsi_cohort_diagnostics-0.3.2-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 191841c4b1ce1d80ba151efc2f04e8b2d8294caf6af83d779ba7dcb20aa51543 |
|
MD5 | 7fd659ec89c4448b1308f4127d4a25b1 |
|
BLAKE2b-256 | 87292d7c626da68253be678819154d73827519ee0c1db77b7fb64414eb9833c6 |