Difference between revisions of "COVID-19"


(Data Sources (pandemic))
Line 21: Line 21:
 
* [https://www.worldometers.info/coronavirus/ Worldometers]
 
* [https://www.worldometers.info/coronavirus/ Worldometers]
  
<small>
 
 
'''NOTE:''' [https://www.ecdc.europa.eu/en/publications-data/download-todays-data-geographic-distribution-covid-19-cases-worldwide Script] for downloading the CSV file into '''R'''  
 
'''NOTE:''' [https://www.ecdc.europa.eu/en/publications-data/download-todays-data-geographic-distribution-covid-19-cases-worldwide Script] for downloading the CSV file into '''R'''  
 
<syntaxhighlight lang="R" line='line'>
 
<syntaxhighlight lang="R" line='line'>
Line 30: Line 29:
 
data <- read.csv("https://opendata.ecdc.europa.eu/covid19/casedistribution/csv", na.strings = "", fileEncoding = "UTF-8-BOM")
 
data <- read.csv("https://opendata.ecdc.europa.eu/covid19/casedistribution/csv", na.strings = "", fileEncoding = "UTF-8-BOM")
 
</syntaxhighlight>
 
</syntaxhighlight>
</small>
 
  
 
<hr class="stylish2">
 
<hr class="stylish2">

Revision as of 12:44, 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