Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 2 DOI reference(s) in README -
✓Academic publication links
Links to: aps.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.6%) to scientific vocabulary
Keywords
Repository
:microbe: Exploring COVID-19 data
Basic Info
- Host: GitHub
- Owner: YuLab-SMU
- License: other
- Language: R
- Default Branch: master
- Homepage: https://doi.org/10.7717/peerj.11421
- Size: 11.9 MB
Statistics
- Stars: 19
- Watchers: 5
- Forks: 7
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
nCov2019: An R package for exploring COVID-19 statistics
The package was developed since Jan. 2020 and originally hosted on GuangchuangYu/nCov2019. This repo contains an up-to-date version with data from new sources (from worldometers and JHUCSSE) and new data types (vaccine and therapeutics data).
:house: Data Sources
- Latest data of coronavirus cases: worldometers
- Historical data of coronavirus cases : JHUCSSE
- Vaccine data: raps.org
- Therapeutics data: raps.org
Fetching data using API provided by disease.sh
Find out more on the vignette vignette.
:writing_hand: Authors
Guangchuang YU and Tianzhi Wu
If you use nCov2019, please cite the following article:
Wu T, Hu E, Ge X*, Yu G*. 2021. nCov2019: an R package for studying the COVID-19 coronavirus pandemic. PeerJ 9:e11421 https://doi.org/10.7717/peerj.11421
:arrow_double_down: Installation
Get the development version from github:
``` r
install.packages("remotes")
remotes::install_github("YuLab-SMU/nCov2019") ```
:beginner: Usages
-
res <- query()to query 5 types of statistics- global summary,
- latest data
- historical data
- vaccine data
- therapeutic data
-
x <- res$globalto access global summary datasummary(x)will return global overviewx$affectedCountrieswill return total affected countries,(other 20 types of statistics is available)
-
y <- res$latestory <- res$historicalto accesslatestorhistoricaldatay["global"]will return all countries' statisticsy[country]will return country level statistics- For countries in
China,UK,Australia,Canada,Denmark,FranceandNetherlands, provincial data is also available andy[country,province]will return statistics data of the selected province
z <- res$vaccineory <- res$therapeuticsto accessvaccineortherapeuticdatasummary(z)will return the summary of their trial phasez["all"]will return all candidatez[ID="id1"]each vaccine or therapeutics candidate has an id, this will return detail description of the selected candidate (e.g., "id1")
plot()to present data on mapdashboard()to open Shiny app dashboard
:art: Example
Run the script example.R in R using source("example.R"), will produce the following figure:

:book: Documents
:chart_with_upwards_trend: Shiny Apps that use nCov2019
- Coronavirus Tracking dashboard
- Novel Coronavirus Pneumonia (NCP-2019) Dashboard
- Coronavirus COVID-19 outbreak statistics and forecast
:sparkling_heart: Collected in resource list
Owner
- Name: Bioinformatics Group @ SMU
- Login: YuLab-SMU
- Kind: organization
- Email: gcyu1@smu.edu.cn
- Location: Guangzhou
- Website: https://yulab-smu.top
- Repositories: 76
- Profile: https://github.com/YuLab-SMU
Research group led by Prof. Guangchuang Yu in School of Basic Medical Sciences, Southern Medical University
GitHub Events
Total
Last Year
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Guangchuang Yu | g****u@g****m | 31 |
| timze | t****e@t****n | 12 |
| timze216 | 7****9@q****m | 4 |
| timze | t****e@t****n | 3 |
| Chun-Hui Gao | g****l@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: almost 3 years ago
All Time
- Total issues: 1
- Total pull requests: 7
- Average time to close issues: 2 months
- Average time to close pull requests: about 1 hour
- Total issue authors: 1
- Total pull request authors: 3
- Average comments per issue: 1.0
- Average comments per pull request: 0.0
- Merged pull requests: 6
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- covidresearchanalysis (1)
Pull Request Authors
- timze216 (5)
- GuangchuangYu (1)
- gaospecial (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 506 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 4
- Total maintainers: 1
cran.r-project.org: nCov2019
Exploring 'COVID'-19 Statistics
- Homepage: https://github.com/YuLab-SMU/nCov2019
- Documentation: http://cran.r-project.org/web/packages/nCov2019/nCov2019.pdf
- License: MIT + file LICENSE
- Status: removed
-
Latest release: 0.4.6
published over 3 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.6.0 depends
- RColorBrewer * imports
- downloader * imports
- ggplot2 * imports
- jsonlite * imports
- DT * suggests
- cowplot * suggests
- dplyr * suggests
- ggplotify * suggests
- ggrepel * suggests
- grDevices * suggests
- knitr * suggests
- magick * suggests
- maps * suggests
- plotly * suggests
- prettydoc * suggests
- remotes * suggests
- reshape2 * suggests
- rmarkdown * suggests
- shadowtext * suggests
- shiny * suggests
- shinyBS * suggests
- shinycssloaders * suggests
- shinydashboard * suggests
- tidyr * suggests
- utils * suggests