Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
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
Comments
|
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. |
SamuelGabriel
commented
Jul 20, 2017
|
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. |
|
Okay, why don't you organize it in a new folder: |
SamuelGabriel commentedJul 14, 2017
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?