Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Contribute Drug Matching Code #257

Open
SamuelGabriel opened this Issue Jul 14, 2017 · 3 comments

Comments

Projects
None yet
2 participants

I wrote, as part of my Bachelors thesis, Python scripts that can quite reliably match agent names from MIMIC to entries in the drugbank.ca database, if one exists. This can help to find indication, ATC-Code etc. for drugs in MIMIC. Am I right to make a pull request for such an data analysis code in this repo?

Owner

alistairewj commented Jul 19, 2017

Absolutely, we would very much welcome this type of code. What tables do the script(s) primarily operate on? And what is the output? Just thinking about where best to fit it in with the other concepts.

It only uses the PRESCRIPTIONS table. The output is an entry in the DrugBank given in form of the drug's DrugBank ID. Or None if there was no good Match.

Owner

alistairewj commented Jul 20, 2017

Okay, why don't you organize it in a new folder: concepts/ontology. Make a pull request and we can go from there!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment