-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6356787
commit 6fbc619
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# vancomycin-nephrotoxicity | ||
Study in eICU-CRD about vancomycin and associated nephrotoxicity | ||
|
||
Study in the eRI Research Database about broad spectrum antibiotic use and in particular any associated nephrotoxicity with vancomycin. | ||
|
||
## Quick start | ||
|
||
This uses a private database (the eRI Research Database) for the results. However, as a subset of this dataset has been made public (eICU-CRD), the study can be reproduced on the public subset (with a smaller sample size). | ||
|
||
1. Install eICU-CRD on a local PostgreSQL server. | ||
2. Run the SQL scripts in the `sql` folder to generate the necessary tables. | ||
3. Export these tables as CSVs to the `data` folder. | ||
4. Run [multiple-drug-analysis.ipynb](/multiple-drug-analysis.ipynb) to reproduce the results. |