Sub-weekly signatures relate ultrafine aerosols enriched in metals from intensive farming and urban pollution to Kawasaki disease
This repository contains the materials and code necessary to reproduce the analysis on the manuscript Sub-weekly signatures relate ultrafine aerosols enriched in metals from intensive farming and urban pollution to Kawasaki disease.
To check the code notebooks, please follow this link.
The public data (which relates to LIDAR, meteorology and chemical characterization of the air) can
be found in the data
folder of this repo.
Data pertaining to the Kawasaki Disease cases is not publicly available as it contains sensitive information, but can be made available for research through resaonable request to the data owner, Prof. Nakamura ([email protected]).
The main requirements to execute the code will be to have installed in your computing environment:
- Python >=3.8
- R >= 4.1.2
- HYSPLIT 5.2.0
Instructions to reproduce the environment follow:
To ensure reproducibility of the Python environment, we use poetry
, so the dependencies of the project are defined in the pyproject.toml
file. Go to the poetry
docs to find out how to install it in your machine in case it's not there already.
Then, clone this repo, go to the root folder, and run poetry install
.
The R code used in the analyses was executed using R version 4.1.2, and the list of dependencies is the following, so make sure to have them installed in your environment:
ggplot2
dplyr
tidyr
readr
stringr
tibble
reprex
lubridate
caTools
TeachingDemos
reshape2
caret
ggpubr
purr
plot3D
Hmisc
progress
To estimate the backtrajectories of air sources, in this study we use HYSPLIT 5.2. You will need a local installation of the last version of HYSPLIT in order to be able to run the model yourself. Check the documentation on the provided link to be able to perform the installation on your local machine, as it changes depending on your OS.
You will also need to download the associated gridded meteorology data in order to be able tu run HYSPLIT. In this case, the data used is GDAS 1x1 data, from 2011 to 2016. This is not included in the repository as it contains several GB of information. This data is available for download via the NOAA's archives FTP, accessible through this link: https://www.ready.noaa.gov/archives.php.
We have shared three different notebooks to disclose how different parts of the analyses in the manuscript are made:
This notebook can be accessed here.
Here you can check how the backtrajectories shown in Figure 3 and Supplementary Figure 2 traced with HYSPLIT are generated.
Figure 3This notebook can be accessed here.
Here, you can check the analysis that relates the presence of metal-rich aeorosols and KD in Kumamoto.
Figure 2This notebook can be accessed here.
Analysis and figures related to the LIDAR profiles and subweekly cycle of Kawasaki Disease.
Figure 6This notebook can be accessed here.
As part of the peer-review process, the historical North-westerly winds arriving to different locations in Japan were computed.