Skip to content

fujun0406/shinyApp_cancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project - Cancer Data (Using R Shiny)

Contents

Background

Shiny is a package created by Rstudio. Users can easily use this package to build interactive web apps straight from R. Motivated by this, I tried to employ this package to create a web application about cancer data. You can access my web app on shiny.io.

Dataset

Cancer is one of the leading causes of death in worldwide. The cancer data can provide information on the numbers and rates of mortality. Those inforamtion can benefit diagnosis, treatment and outcomes for patients who are diagnosed with cancer.

In this project, the data is obtained from the United Kingdom NHS. This data set includes the number of incidences and death and tumour sites. We employ the package tidyverse to organize data structure then use shiny package to create web application.

Application

Users can depend on their needs to choice variables including year, tumor sites, the number of cases etc to investigate dataset. After choicing the variables, they only need to press update then table and plot will automatically filter the data that is interesting by users. Users also can depends on their preference to access wide table or long table.

Figure 1: The shiny app.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages