/dengue_t2m_severity_paper

Repository for codes and analysis on the impact of temperature associated with the Relative Risk for Dengue Hospitalization

Primary LanguagePostScript

Ambient Temperature and Dengue Hospitalisation in Brazil over a 10 year period, 2010-2019: a times series analysis

Rafael Lopes Paixão da Silva1,2,3,4, Xavier Basagaña2,3,4, Leonardo S. L. Bastos5, Fernando A. Bozza6, Otavio T. Ranzani2,3,4,7

1 - Instituto de Física Teórica, IFT, UNESP, São Paulo, Brazil; 2 - Barcelona Institute for Global Health, ISGlobal, Barcelona, Spain; 3 - Universitat Pompeu Fabra, UPF, Barcelona, Spain; 4- CIBER Epidemiología y Salud Pública, CIBERESP, Madrid, Spain; 5 - Department of Industrial Engineering (DEI), Pontifical Catholic University of Rio de Janeiro (PUC-Rio), Rio de Janeiro, RJ, Brazil; 6 - National Institute of Infectious Disease Evandro Chagas (INI), Oswaldo Cruz Foundation (FIOCRUZ), Rio de Janeiro, RJ, Brazil; 7 - Pulmonary Division, Heart Institute (InCor), HCFMUSP, Faculdade de Medicina da Universidade de São Paulo, Brazil

Corresponding author:

Rafael Lopes Paixão da Silva rafael.lp.silva@unesp.br IFT-Unesp, R. Dr. Bento Teobaldo Ferraz, 271, 01140-070 São Paulo, Brazil

Otavio T. Ranzani otavio.ranzani@isglobal.org ISGlobal, Dr. Aiguader, 88, 08003 Barcelona, Spain

Codes and data folder Structure:

.
├── Outputs/                    # Folder with Outputs figures and tables for the paper and supplementary material
      .
      ├── Plots/                # Plots folder
      ├── Tables/               # Tables Folder
├── Scripts/                    # Scripts Folder
      .
      ├── Sensitivity Analysis/ # Sensitivity Analysis Codes Folder
      ├──00_database_load.R
                .
                .               # Codes to run the main analysis, from 00_database_load.R to 04d_tables_meta.R, 
                .               #  should be ran sequentially
                .
      ├──04d_tables_meta.R
├── _functions/                 # functions folder, with auxiliary functions used on the analysis
├── .gitignore 
├── README.md
└── dengue_t2m_severity_paper.Rproj # .Rproj to help when running the analysis