OMOP2OBO icon indicating copy to clipboard operation
OMOP2OBO copied to clipboard

OMOP2OBO: A Python Library for mapping OMOP standardized clinical terminologies to Open Biomedical Ontologies

Results 26 OMOP2OBO issues
Sort by recently updated
recently updated
newest added

### TASK Create a Jupyter Notebook (or other tool) that takes in an OHDSI Cohort Definition (from [here](https://data.ohdsi.org/PhenotypeLibrary/)) and returns the `OMOP2OBO` mappings. @jmbanda - What do you think about...

enhancement
help wanted

If the `main.py` were included in the source code hierarchy, the python entrypoints in setuptools could be used ot make a vanity cli called `omop2obo` along with installation of the...

enhancement
coding

Due to some of the OMOP clinical vocabularies having licensing restrictions, we need to decide how and in what format the mappings will be publicly released. Regardless of the above...

other

Closes #56 This PR does the following: 1. Moves `main.py` into the main package hierarchy. My personal preference is to name the file `cli.py`, but I'll leave this as an...

Adding new functionality to convert clinical mappings into semantic definitions. This primarily addresses issue #34

release v1.0

**Needed Scripts:** Write a script that converts mappings into RDF @nicolevasilevsky -- thank you for meeting with me a few weeks ago and confirming our approach looks reasonable. I am...

coding

**Task:** Create a simple YouTube video to accommodate the repo that provides: - A brief overview of the project - Requirements/dependencies - How to run the code in the `main`...

project organization
other

### Describe the Bug An assumption is made that all concept synonyms and ancestor information will be input in an aggregated format with each aggregated concept separated by a `...

bug
release v2.0

Currently, the mapping code for DbXRefs is designed to map OMOP source codes to UMLS SABs. There is potential to easily extend this to take advantage of existing UMLS mappings...

enhancement
mapping
other
release v2.0

**Script:** **[`string_similarity.py`](https://github.com/callahantiff/OMOP2OBO/blob/master/omop2obo/string_similarity.py)** **Needed Changes:** - [ ] Parallelize the `scores_tfidf()` method to run each input ontology `ontology_type` in parallel. - [ ] Aggregate/merge mapping results for each ontology

coding
release v2.0