This app converts clinical data into a standards-compliant format (eg OMOP, FHIR, Phenopackets and B1MG data models). The app was developed as part of the 2024 Bio-Hackathon, made possible by Elixir and Australian BioCommons.
$ python -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
$ streamlit run app.py
# To run without automatically opening the browser
$ streamlit run app.py --server.headless true
- Upload a TSV file with headers
age
,sex
, anddisease
. (example-data/omop/omop_example_20.tsv
has been provided as an example) - Select the desired data model from the dropdown.
- Select the desired format for the download.
- Click the convert button.
- After the conversion, click the download button to download the data.