Difference between revisions of "COVID-19"


Line 59: Line 59:
 
[44, 98674, 3083],
 
[44, 98674, 3083],
 
[45, 101790, 3116],
 
[45, 101790, 3116],
 +
[46, 104912, 3122],
 +
[47, 107773, 2861],
 +
[48, 110130, 2357],
 +
[49, 112261, 2131],
 +
[50, 114653, 2392],
 
]);
 
]);
  
Line 153: Line 158:
 
[98674, 3083],
 
[98674, 3083],
 
[101790, 3116],
 
[101790, 3116],
 +
[104912, 3122],
 +
[107773, 2861],
 +
[110130, 2357],
 +
[112261, 2131],
 +
[114653, 2392],
 +
 
         ]);
 
         ]);
  

Revision as of 12:55, 29 April 2020

SARS-CoV-2, The Virus

Inside the Coronavirus Genome by J. Corum and C. Zimmer, April 3, 2020 — NY Times
— The genome of the new coronavirus is less than 30,000 letters long, while the human genome is over 3 billion. Scientists have identified genes for as many as 29 proteins, which carry out a range of jobs from making copies of the coronavirus to suppressing the body’s immune responses.

Genetic Data for SARS-CoV-2, April 12, 2020 — Wolfram
— This interactive dashboard displays recent information on the COVID-19 (coronavirus) pandemic, patient symptoms and outcomes, and the genetic makeup of the novel coronavirus (SARS-CoV-2).


Data Sources (pandemic)

How do sources compare? by H. Ritchie et al., March 19, 2020 — Our World in Data
— There are three key sources providing regular updates of COVID-19 cases and deaths globally and by country.

NOTE: Script for downloading the CSV file into R

1 #these libraries need to be loaded
2 library(utils)
3 
4 #read the Dataset sheet into “R”. The dataset will be called "data".
5 data <- read.csv("https://opendata.ecdc.europa.eu/covid19/casedistribution/csv", na.strings = "", fileEncoding = "UTF-8-BOM")

Data Sources (other)


Datasets


Updates


Observable


Shiny


Tableau



Research