All Projects → miraisolutions → Covid19

miraisolutions / Covid19

Licence: GPL-3.0 license
Dashboard developed in r shiny to provide insight on COVID-19 pandemic, analyzing data from public, reliable sources.

Programming Languages

HTML
75241 projects
r
7636 projects
CSS
56736 projects

Projects that are alternatives of or similar to Covid19

CoronaDash
COVID-19 spread shiny dashboard with a forecasting model, countries' trajectories graphs, and cluster analysis tools
Stars: ✭ 20 (+33.33%)
Mutual labels:  shiny, covid-19
shiny-dailyRe
R app for daily Covid-19 Re estimates
Stars: ✭ 18 (+20%)
Mutual labels:  shiny, covid-19
shiny-server-arm-docker
Shiny-Server in docker for ARM(armv7/arm64) and amd64. Most suitable to run on SBCs such as Raspberry Pi. Enables installing R-libraries on top of the bare image.
Stars: ✭ 26 (+73.33%)
Mutual labels:  shiny
covid19-pr-api
COVID-19 Open API for Datasets in Puerto Rico
Stars: ✭ 21 (+40%)
Mutual labels:  covid-19
coronavirus-data
This repository contains data on Coronavirus Disease 2019 (COVID-19) in New York City (NYC), from the NYC Department of Health and Mental Hygiene.
Stars: ✭ 926 (+6073.33%)
Mutual labels:  covid-19
quanto-manca
Quando torneremo alla normalità?
Stars: ✭ 16 (+6.67%)
Mutual labels:  covid-19
flutter news app
Simple and modern news app that incorporates REST API (newsapi.org), all built entirely with Flutter. 🚀
Stars: ✭ 69 (+360%)
Mutual labels:  covid-19
covid19-resources
Curated list of Coronavirus data & apps
Stars: ✭ 35 (+133.33%)
Mutual labels:  covid-19
covid-xprize
Open-source repository containing examples and documentation for the Cognizant XPRIZE Pandemic Response Challenge
Stars: ✭ 36 (+140%)
Mutual labels:  covid-19
covid-pass-verifier
🦠 Scan, parse and verify HCERT compliant government-issued COVID-19 passes.
Stars: ✭ 25 (+66.67%)
Mutual labels:  covid-19
shinyapps
code to reproduce my shiny apps
Stars: ✭ 28 (+86.67%)
Mutual labels:  shiny
fabricerin
Create Easily Canvas in Shiny and RMarkdown Documents
Stars: ✭ 52 (+246.67%)
Mutual labels:  shiny
data
Collecting and organising COVID-19 data for Slovenia as they come in from various sources
Stars: ✭ 20 (+33.33%)
Mutual labels:  covid-19
tablerDash
tabler dashboard template for shiny
Stars: ✭ 72 (+380%)
Mutual labels:  shiny
covid-19-date-la-zi
Vizualization App to track the COVID-19 epidemic
Stars: ✭ 40 (+166.67%)
Mutual labels:  covid-19
risk assessment
Risk Assessment App
Stars: ✭ 42 (+180%)
Mutual labels:  shiny
covid-19-projects
List for tracking covid-19 related projects
Stars: ✭ 23 (+53.33%)
Mutual labels:  covid-19
vembedr
Functions to Embed Video in HTML
Stars: ✭ 56 (+273.33%)
Mutual labels:  shiny
covid19.MIScnn
Robust Chest CT Image Segmentation of COVID-19 Lung Infection based on limited data
Stars: ✭ 77 (+413.33%)
Mutual labels:  covid-19
SARS-CoV-2-Sequenzdaten aus Deutschland
Das Robert Koch-Institut stellt Systeme zur bundesweiten molekularen Surveillance des SRARS-CoV-2-Virus bereit. Jedes Labor in Deutschland, das SARS-CoV-2 sequenziert, ist laut der Verordnung zur molekulargenetischen Surveillance des Coronavirus SARS-CoV-2 verpflichtet, dem Robert Koch-Institut die Sequenz- und zugehörige Metadaten zu übermittel…
Stars: ✭ 66 (+340%)
Mutual labels:  covid-19

Covid19Mirai

R build status eRum2020::CovidR

The goal of Covid19Mirai is to provide an insight on corona virus data taken from public and reliable resources.

Data Source history

Up to the 26th of March 2020, the source was the Johns Hopkins University Center for Systems Science and Engineering (JHU CSSE)

However, due to a format change on the data source, we had to switch, starting the 26th of March 2020, to the work of David Bumbeishvili, who is maintaining the old JHU CSSE data set format with updates declared as from worldometers. This is a new project and we cannot guarantee the long-term reliability of the data source. We are, however, grateful to David Bumbeishvili for his work.

Update 4th of July 2020, Data from few European countries have been readjusted recently, getting this update has given us the push to switch to a new and richer data source. We have decided for the COVID 19 Data Hub project led by Emanuele Guidotti and David Ardia. We are very thankful to David Bumbeishvili for his great work

Data Storage

Data are updated with a delay of 40h, i.e. at 4pm CEST the Last date is updated taking the yesterday date. This allows having data for about all countries when the date is updated with the new one.

The data are stored as RDS file in folder inst/datahub of the package. A script build_data runs in GitHub Actions every day at 5pm UCT to update the data in the package.

The dashboard

It consists of 5 main pages:

  • Global: Summarizing top 5 countries in the world in each variable.
  • Continents: Summarizing world data per continent (defined according to UN), underneath sub-tabs with insight within continent:
    • Europe: European data split by macro-areas with heat-maps per country.
    • Asia: Asia data split by macro-areas with heat-maps per country.
    • Africa: African data split by macro-areas with heat-maps per country.
    • Latin America & Carib.: South and Central American with Caribbean Isles by macro-areas with heat-maps per country.
    • Northern America: Northern America (USA and Canada) data split by macro-areas with heat-maps per country.
  • Switzerland: Single country report of Switzerland.
    • Maps and graphs of Cantonal data displayed.
  • Country: Single country report.
    • If available regional graphs and data will be displayed.
  • Country Comparison: Comparison report between N countries from all over the world.

Macro areas of Continents are defined following United Nations indications.

The Variables

The Covid19datahub project can allow us to use the following variables:

  • confirmed: number of confirmed cases. Usually tested positive.
  • recovered: number of healed or tested negative cases. Some countries have stopped reporting recovered cases.
  • deaths: number of dead confirmed cases.
  • tests: number of tests. Not available for all countries.
  • hosp: number of currently hospitalised confirmed cases. Not available for all countries.
  • icuvent: number of currently hospitalised Ventilated or in Intensive Care. Not available for all countries. Categorization differed from countries to country therefore Ventilated and Intensive Care variables have been aggregated.
  • stringency index: Lock Down stringency index from 0 to 100.
  • vaccines: number of vaccine doses given to the population.
  • population: population size.

The following variables are computed by the application:

  • active: number of active cases, usually tested positive. confirmed - recovered - deaths.
  • prevalence over 1M: number of confirmed cases per 1 Million inhabitants.
  • growth factors (3 7 14): number of confirmed cases today divided by the number of confirmed cases 3 7 14 days ago over the previous 2 months.
  • lethality rate: number of deaths divided by the number of confirmed cases.
  • mortality rate: number of deaths divided by the population size.
  • positive test rate: number of positive tests, i.e. confirmed divided by the tests carried in the day.
  • int care hospitalised rate: number of patients currently in Intensive Care / Ventilated status, divided by the number of currently hospitalised patients.
  • vaccines rate: number of vaccines divided by the population size.
  • new (variable): all variables labelled “new” are the delta of day X value - day X-1.
  • last week (variable): all variables labelled “last week” are the totals of the last 7 days.
  • past week (variable): all variables labelled “past week” are the totals of the previous 14 days to the last 7 days.
  • last month (variable): all variables labelled “last month” are the totals of the last 30 days.

The results are visualized as a shiny app.

Installation

You can install Covid19Mirai from GitHub with:

# install.packages("devtools")
devtools::install_github("miraisolutions/Covid19")
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].