-
Notifications
You must be signed in to change notification settings - Fork 0
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
fea067f
commit 756babf
Showing
1 changed file
with
2 additions
and
2 deletions.
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 |
---|---|---|
|
@@ -24,15 +24,15 @@ Other than the required R packages (specified in each script), running the code | |
More information and details about the software and its use via R are available here: https://github.com/stan-dev/rstan/wiki/RStan-Getting-Started. | ||
|
||
## Installation Guide and Instructions for Use | ||
The following instructions require that all the relevant `R` packages have been installed by the user and that STAN has been installed. To replicate and reproduce the analyses presented in this paper, download the [release](https://github.com/cwhittaker1000/anopheleseasonality/releases/tag/v1.0.0) associated with this repository. Be sure to read the intrusctions that accompany the release to ensure all the large files get placed in the right directories. Then, run the relevant set of scripts: | ||
The following instructions require that all the relevant `R` packages have been installed by the user and that STAN has been installed. To replicate and reproduce the analyses presented in this paper, download the [Github Release](https://github.com/cwhittaker1000/anopheleseasonality/releases/tag/v1.0.0) associated with this repository. Be sure to read the intrusctions that accompany the release to ensure all the large files get placed in the right directories. Then, run the relevant set of scripts: | ||
- Scripts in [Analyses/2_Time_Series_GP_Fitting_and_Analyses](./Analyses/2_Time_Series_GP_Fitting_and_Analyses) fit Negative Binomial Gaussian Processes to smooth the time-series, characterise their temporal properties and cluster these into dynamical archetypes. | ||
- Scripts in [Analyses/3_Figure_Plotting](./Analyses/3_Figure_Plotting) produce the specific plots and figures present in the paper. | ||
|
||
## Note | ||
- This repository contains all of the datasets/outputs generated in the analyses carried out except for a small number which are larger than GitHub's maximum allowed file size. These particularly large outputs (alongside the rest of the repo) are available for download via the pinned [Github Release](https://github.com/cwhittaker1000/anopheleseasonality/releases/tag/v1.0.0) associated with this repository. | ||
- The fact we have included all of these files means the repository/release is **very** large - if users do not intend to reproduce all of the analyses (but are instead interested in a particular analysis e.g. the predictive mapping or the time-series clustering), only downloading the data and files relevant to the specific analysis of interest should reduce the size significantly. | ||
- Scripts in [Analyses/1_Covariate_Extraction_and_Collation](./Analyses/1_Covariate_Extraction_and_Collation) carry out the raw processing of rainfall data (from CHIRPS via Google Earth Engine: https://developers.google.com/earth-engine/datasets/catalog/UCSB-CHG_CHIRPS_DAILY) and a suite of environmental of environmental covariates (sources for each detailed in [0_Raster_Processing.R](./Analyses/1_Covariate_Extraction_and_Collation/0_Raster_Processing.R)) specific to the location each study was carried out in. The total size of these raw data files is >20Gb and they are not provided with the repo - if the raw files are required, they must be redownloaded from the relevant sources. | ||
- Instead, we provide the processed versions of the rainfall data (available in [Location_Specific_CHIRPS_Rainfall](./Datasets/CHIRPS_Rainfall_Data/Location_Specific_CHIRPS_Rainfall)) and environmental variables (available via the GitHub release associated with this repository) specifically required to reproduce the analyses presented here. | ||
- Instead, we provide the processed versions of the rainfall data (available in [Location_Specific_CHIRPS_Rainfall](./Datasets/CHIRPS_Rainfall_Data/Location_Specific_CHIRPS_Rainfall)) and environmental variables (available via the [GitHub Release](https://github.com/cwhittaker1000/anopheleseasonality/releases/tag/v1.0.0) associated with this repository) specifically required to reproduce the analyses presented here. | ||
|
||
|
||
Any issues, please post an issue on this Github repository or feel free to reach out at [email protected] 😄 |