Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
MalariaResistance/README.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
35 lines (18 sloc)
669 Bytes
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
# MalariaResistance | |
This folder includes all the ODE code, simulated data, empirical data, and analyzing scripts. | |
- full Model | |
ODE: `ODESImmunity_v14_new.R` | |
Parameter file: `v13_param.csv`,`v14_param.csv`,`v15_param.csv` | |
Results: `v628_results_all.csv` | |
- GI only model | |
ODE: `ODESGIMean_v13.R` | |
Parameter file: `v13_GIMean_param.csv` | |
Results: `v13_GIMean_results.csv` | |
- Policy change | |
ODE: `policy_change.R` | |
Input: output of the full model,`v628_results_all.csv` | |
- Empirical | |
Resistance Frequency data: `WWARN_ACT_Partner_Drug_Mol_Surveyor_Data_2022.xls` | |
Prevalence: `analysis_uniqueGeo.csv` | |
Continents: `continents.csv` | |
Drug Usage: `DrugUsage.xlsx` |