Skip to content

Study of optimal triage for severe COVID-19 patients to minimize mortality rate.

Notifications You must be signed in to change notification settings

minkim88/Optimal-Triage-COVID-19

Repository files navigation

Optimal-Triage-COVID-19

Study of optimal triage for severe COVID-19 patients to minimize mortality rate.

This repository contains a source code for optimal triage of severe COVID-19 patients.

Patient severity prediction web application: http://covid19severity.duckdns.org

The web application is not to be used as a substitute for medical advice, diagnosis, or treatment of any health condition or problem.

Setup

Data processing and modeling were implemented in R.

Dependencies

library(magrittr)
library(caret)
library(tidyverse)
library(xgboost)
library(pROC)
library(SHAPforxgboost)
library(gridExtra)
library(grid)
library(EpiDynamics)
library(reshape2)
library(readxl)
library(scales)
library(simmer)

Function conflicts can be resolved by specifying the necessary package name before a function depending on its purpose
(i.e. dplyr::select, simmer::select).

Data Availability

Data supporting the main findings of this study are available from the corresponding author upon reasonable request. A portion of data is available within the Supplementary Information. The original dataset is not publicly available due to the confidential policy of the Korea Disease Control and Prevention Agency (KDCA).

Authors

†Jeong Min Kim, †Hwa Kyung Lim, Jae-Hyeon Ahn, Kyung Hwa Lee, *Kwang Suk Lee, *Kyo Chul Koo

†Jeong Min Kim and Hwa Kyung Lim equally contributed as first authors
*Kwang Suk Lee and Kyo Chul Koo equally contributed as corresponding authors

Acknowledgments

We thank Korea Disease Control & Prevention Agency, National Medical Center, and the Health Information Manager in hospitals for their effort in collecting the medical records. This study was supported through the Infection Prevention Strategy Development Program of Korea (HW20C2103).

About

Study of optimal triage for severe COVID-19 patients to minimize mortality rate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages