Skip to content

mill-ornrakorn/STEHealth-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STEHealth-Application 🌏💻

STEHealth (It stands for Spatiotemporal Epidemiological Health) is a shiny application for analyzing space-time pattern, cluster detection, and association with risk factors of health outcomes, which allows users to import their own data, analyze, and visualize.

This application is part of Spatiotemporal analysis with application development for epidemiological study of suicide mortality: From global perspectives to a case study in Thailand 💀📝 senior project of the Princess Srisavangavadhana College of Medicine, Chulabhorn Royal Academy and the Department of Computer Engineering, King Mongkut's University of Technology Thonburi.

Poster_Project

💡Feature

  1. Upload data for analysis into the application for analysis.

  2. Analysis for spatial and spatiotemporal epidemiological studies and cluster detection and association with risk factors

  3. Download results of analysis from the application.

“STEHealth_Manual”
Cluster detection

“STEHealth_Manual”
Association with risk factors

🔎Target users

  1. Primary: Epidemiologists and Public health researchers
  2. Secondary: Public health professional and Policy makers

📝Developer Team

  1. Papin Thanutchapat; Space-time pattern detection model and association with risk factors for suicide.
  2. Chiraphat Phoncharoenwirote; Insights information of spatiotemporal epidemiology of suicide mortality and association with risk factors analysis.
  3. Ornrakorn Mekchaiporn; Application design and development.

📚Advisor

  1. Dr. Unchalisa Taetragool; Department of Computer Engineering, Faculty of Engineering, King Mongkut's University of Technology Thonburi
  2. Asst. Prof. Dr. Chawarat Rotejanaprasert; Department of Tropical Hygiene, Faculty of Tropical Medicine, Mahidol University
  3. Asst. Prof. Dr. Peerut Chienwichai; Princess Srisavangavadhana College of Medicine, Chulabhorn Royal Academy

Installation 💻

There are three installation methods.

1️⃣ The first method: STEHealthApp package

This method is suitable for users who already have R and RStudio and prefer not to load the .zip file, especially those who have been using RStudio for a while.

  1. Install STEHealthApp package by running the following line of code in RStudio:
devtools::install_github("mill-ornrakorn/STEHealth-Application", ref="STEHealthApp")
  1. Install R-INLA and capture packages by running the following line of code in RStudio:
install.packages("INLA",repos=c(getOption("repos"),INLA="https://inla.r-inla-download.org/R/stable"), dep=TRUE)
remotes::install_github("dreamRs/capture")
  1. After the packages have been installed, type the following in RStudio, and the application window will appear.
library(STEHealthApp)
run_app()

2️⃣ The second method: .R file Application

This method is suitable for users who already have R and RStudio and may use RStudio for some time.

  1. Clone this repository or download this repository in releases page or this link to download the .zip file.

  2. Extract the downloaded file.

  3. Open runShinyApp.R via RStudio

  4. Press Run App and wait for a moment. The program will automatically install the libraries required* by the application. (*For a list of libraries, please refer to tools section.)

  5. Now you can use the application.

3️⃣ The third method: Portable Application (supported Windows OS only)

This method is suitable for users who do not have R and RStudio at all because in this method we have already installed them all (including R packages) in portable application.

  1. Go to this link to download the portable application.

  2. Extract the downloaded file.

  3. To launch the portable application, simply execute the \STEHealth_Portable\dist\run.vbs file without the necessity to view or modify any underlying code. (Note that: If you open run.vbs and the application doesn't open or the web application is blank, please press run.vbs several times.)

  4. Now you can use the application.

Sample Data 📁

The sample data used for case study in this application consists of Thailand shapefile and csv file (Suicide Mortality and Risk Factors in Thailand from 2011 to 2021)

  • Thailand shapefile contains 4 files that cannot be missing any of them due to their references to each other: shp, dbf, shx, and prj. These Shapefiles represent provincial boundaries (Level 1).

“Thailand_shapefile”
Thailand shapefile

  • csv file (Suicide Mortality and Risk Factors in Thailand from 2011 to 2021) contains the following 12 columns:

    1. province refers to the administrative divisions in Thailand, of which there are a total of 77 provinces.

    2. province_id is the number of province starting at from 1 to 77 .

    3. year is the number of year from 2011 to 2021.

    4. suicide is the number of suicides.

    5.Population population in each area.

    6-12. 7 covariates: debt, income, poverty, expenditure, homicide crime, property crime and shocking crime.

“csv_file”
Suicide Mortality and Risk Factors in Thailand from 2011 to 2021

Manual📗

This manual includes step-by-step instructions on how to use each page of the application. Click here to read more

“STEHealth_Manual”

Tools ⚙

Software
R Language and environment for statistical computing and graphics
RStudio Integrated development environment (IDE) for R
R-Portable R portable configures R to work with the PortableApps framework, so that R can be ran from a thumb drive or portable hard drive without leaving artifacts on the computer
Responsively App A dev-tool that aids faster and precise responsive web development
R packages
shiny Makes to build interactive web apps from R
shinydashboard Use with shiny to create dashboards
shinyjs Perform common useful JavaScript operations in Shiny apps that will greatly improve the apps without having to know any JavaScript
shinyBS Adds additional Twitter Bootstrap components to Shiny
shinyWidgets Collection of custom input controls and user interface components for 'Shiny' applications. Give your applications a unique and colorful style!
shinydashboardPlus Extend 'shinydashboard' with 'AdminLTE2' components. 'AdminLTE2' is a free 'Bootstrap 3' dashboard template
dplyr A fast, consistent tool for working with data frame like objects, both in memory and out of memory
ggplot2 Creates elegant data visualisations using the grammar of graphics
leaflet Create Interactive Web Maps with the JavaScript 'Leaflet' Library
RColorBrewer Provides color schemes for maps and other graphics
rgdal Provides bindings to Frank Warmerdam's Geospatial Data Abstraction Library (GDAL)
R-INLA Performs full Bayesian analysis on generalised additive mixed models using Integrated Nested Laplace Approximations
spdep Spatial Dependence: Weighting Schemes, Statistics
capture Add a button in Shiny application or R Markdown document to take a screenshot (PNG or PDF) of a specified element.
bsplus The Bootstrap framework lets you add some JavaScript functionality to your web site by adding attributes to your HTML tags.

🩹Limitations

  • Application can support only English.
  • Application works effectively on desktops only. We recommend using a screen size of at least 1440x900 pixels for the best viewing experience.
  • The operation of the application relies on the system resources of the device it is running on.
  • Installation packages must require because an application can not publish to shiny server on the shinyapps.io website. However, we encountered a problem because shinyapps.io only supports packages that are located in CRAN, which is R’s central software repository supported by the R Foundation [2]. Unfortunately, the R-INLA package is not included in CRAN, which prevented us from deploying the app to the cloud. We explored alternative deployment options, such as deploying the app on Amazon Web Services (AWS) [3 ,4] and deploying the app on Google Cloud Platform (GCP) using Docker [5 ,6]. However, we encountered issues with some other packages. As a result, we made the decision to create a portable application instead.

References📖

  1. Paula Moraga (2017), SpatialEpiApp: A Shiny web application for the analysis of spatial and spatio-temporal disease data. Spatial and Spatio-temporal Epidemiology, 23:47-57 DOI: https://doi.org/10.1016/j.sste.2017.08.001

  2. CRAN Repository Maintainers. (n.d.). CRAN Repository Policy. Available from: https://cran.r-project.org/web/packages/policies.html

  3. Charles Bordet. The Ultimate Guide to Deploying a Shiny App on AWS. Available from: https://www.charlesbordet.com/en/guide-shiny-aws/

  4. Venkat Raman. How to host an R Shiny App on AWS cloud in 7 simple steps. Available from: https://towardsdatascience.com/how-to-host-a-r-shiny-app-on-aws-cloud-in-7-simple-steps-5595e7885722

  5. Ander Fernández Jauregui. How to put a Shiny app into production. Available from: https://anderfernandez.com/en/blog/put-shiny-app-into-production/

  6. Peer Christensen. Dockerizing and Deploying a Shiny Dashboard on Google Cloud. Available from: https://towardsdatascience.com/dockerizing-and-deploying-a-shiny-dashboard-on-google-cloud-a990ceb3c33a

Credits Section📄