ITHIM / ITHIM-R

Development of the ITHIM-R, also known as ITHIM version 3.0. Started in January 2018.
https://ithim.github.io/ITHIM-R/
GNU General Public License v3.0
17 stars 11 forks source link

Ventilation rate and physical activity #3

Open markotainio opened 6 years ago

markotainio commented 6 years ago

In this issue: Discussion on how to link physical activity and ventilation rate. The idea here is that we would have function that defines ventilation rate as a result of physical activity intensity (defined as mMETS). Current versions of ITHIM wont have this link.

Ventilation rate is critical for defining the dose of air pollution inhaled by people. Based on earlier models it is one of the key variables defining the risks caused by air pollution for cyclists and pedestrians.

@leandromtg

leandromtg commented 6 years ago

Some background: All physiological measures of PA intensity (oxygen consumption or uptake (VO2), kcal, heart rate, etc.) are strongly, positively, and linearly related among themselves. METs is just a way to express PA intensity standardized by people’s weight (i.e., resting metabolic rate) (1 MET = 3.5 ml O2.kg−1.min−1 = 1 kcal.kg−1·min−1). Minute ventilation (or ventilation rate (Ve), as we use in ITHIM) is strongly, positively, and exponentially related to intensity, but is not a measure of PA intensity.

Sources consulted:

Findings:

Suggestions (in order of my preference):

@markotainio, let's discuss that and see whether there are other options before taking the next steps?

walkabilly commented 5 years ago

This recent paper provides a potential solution. They have provided an equation for predicting minute ventilation from heart rate (https://www.sciencedirect.com/science/article/pii/S0966692317308451?via%3Dihub). I know the authors and an chatting with them about providing the data so we could do the same for METS and ventilation. Or we could convert HR to METS using Karvonen formula (solve for intensity - https://en.wikipedia.org/wiki/Heart_rate#Karvonen_method). Not sure anyone is checking this. I will repost in Slack!

robj411 commented 4 years ago

The approach for this work has not been finalised, and its implementation in ITHIM-R remains as it was from the beginning.

The plan was to create a function to describe relationship between METs and inhalation rate.

Soren (Co-I on Metahit) might have data to share from a treadmill study, which could be used to create that function.

The other option would be to use e.g. EPA-guidelines and calculate ventilation rates from those (this is how Audrey estimated HEAT-ventilation rates).

Pros and cons of each approach: 1) using EPA-guidelines: equation is already published, so easy to implement. Has been used in similar context before. But uses more assumptions to go from MET to ventilation rates. 2) talking with Soren: prediction function created directly from energy expenditure, so cleaner and more transparent approach. But might lead to some delay to implement the solution.