Skip to main content

Python wrapper for the OHDSI R packages

Project description

python-ohdsi

PyPI Circe PyPI DatabaseConnector PyPI FeatureExtraction PyPI SQLRender

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 (set R_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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ohdsi-circe-0.3.0.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

ohdsi_circe-0.3.0-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file ohdsi-circe-0.3.0.tar.gz.

File metadata

  • Download URL: ohdsi-circe-0.3.0.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for ohdsi-circe-0.3.0.tar.gz
Algorithm Hash digest
SHA256 f4597b9e386bb7e4533bdf8137feee7a6f37f36bcaaef3b82b900f17e893a579
MD5 9f7287e83d8b9a32bc0e63e6e145965a
BLAKE2b-256 f0e801070872ee027bda8f31e6c17d73f060595d7167f544f73d5a349b8e845f

See more details on using hashes here.

File details

Details for the file ohdsi_circe-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: ohdsi_circe-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 5.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for ohdsi_circe-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8ca888c695b7139820fabbe3fb2f075eb77f03cce8a72da7642cdacfc4bde227
MD5 f054faa3d8cbbbafebaf903be972c582
BLAKE2b-256 2284f09b7d707929070cb97122af42cc2e55fa5d76daa45ec64212a7cf7c53a2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page