https://github.com/panoschatzi/erythrocyte-metabolism
Mathematical modeling of the hemoglobin oxygen dissociation curve using R.
https://github.com/panoschatzi/erythrocyte-metabolism
erythrocyte hemoglobin mathematical-modelling oxygen r rbc-model
Last synced: 24 days ago
JSON representation
Mathematical modeling of the hemoglobin oxygen dissociation curve using R.
- Host: GitHub
- URL: https://github.com/panoschatzi/erythrocyte-metabolism
- Owner: PanosChatzi
- License: mit
- Created: 2023-04-28T09:38:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-17T15:27:46.000Z (3 months ago)
- Last Synced: 2025-02-09T14:46:34.150Z (3 months ago)
- Topics: erythrocyte, hemoglobin, mathematical-modelling, oxygen, r, rbc-model
- Language: R
- Homepage: https://panoschatz.shinyapps.io/Oxyhemoglobin_dissociation_curve/
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Erythrocyte Metabolism
This repository corresponds to our review paper titled "**Erythrocyte metabolism**", which has been published in *Acta Physiologica* (). Custom scripts were written to construct models of oxygen dissociation, total blood oxygen capacity, and blood transit time in capillaries, based on established mathematical models in the literature. The model was also integrated into a Shiny app, allowing for dynamic exploration and effective communication of the findings.
First author details:
- Panagiotis N. Chatzinikolaou
- Twitter handle:
- Personal website: [panos-chatz.netlify.app](https://panos-chatz.netlify.app/)
- Email: [chatzinpn\@phed-sr.auth.gr](mailto:[email protected])
- ORCID ID:
### Repository structure
The 'code' folder contains the R scripts developed to model the hemoglobin oxygen dissociation curve, oxygen saturation, blood oxygen concentration and capillary transit time.
The 'data' folder contains the data used to create the figures or mathematical examples in the text. Data were extracted using WebPlotDigitizer and/or simulated from the custom scripts.
The 'simulations' folder contains the scripts used to perform quantitative simulations for the paper and figures.
### License
This project uses a [CC-BY 4.0](http://creativecommons.org/licenses/by/4.0/) license. All code is additionally licensed under an [MIT license](https://github.com/PanosChatzi/Erythrocyte-Metabolism/blob/main/LICENSE).