quest-bih / clinical-dashboard

https://quest-bravo.bihealth.org
GNU Affero General Public License v3.0
0 stars 2 forks source link

Migrate application of exclusion criteria for clinical dashboard to this repository #4

Closed delwen closed 3 years ago

delwen commented 3 years ago

As discussed, it would make sense to migrate the application of exclusion criteria to this repo. Suggest to:

Other thoughts?

bgcarlisle commented 3 years ago

There's now an R script that does everything that "R script 5" used to do:

https://github.com/quest-bih/clinical-dashboard/commit/3422a676fd66590e61d528a186324a3c8d9a9f8c#diff-b10b18f906fcd1ca87847667a5011cd5974171625d4173caf48507d49d5d68ee

You have to download the .rds from the other repo (instructions in comments), but then the script applies the exclusions, creates the nested and unnested versions, applies the city name transformations and writes them to the data/ folder

bgcarlisle commented 3 years ago

I also added a bit of description to the README.md