liuxch5 / heatmapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COVID-19 updates

In response to COVID-19, Heatmapper has been adapted to map cold- and flu-like symptoms in Colombia, South America, to enable officials to better respond to the crisis. People in Colombia can self-report symptoms at cov19col.herokuapp.com. Please help get the word out!

The project is open source, for both the self-reporting app and the heatmapping component (in the symptom_mapping branch of this repository).

Heatmapper is hosted at www.heatmapper.ca

Required R Packages


install.packages(c("shiny", "shinyBS", "d3heatmap", "gplots", "ggdendro", "jpeg", "png", "tiff", "ggplot2", "ggtern", "MASS", "reshape2", "leaflet", "RColorBrewer", "raster", "devtools", "Cairo", "ape"))
install.packages('DT', repos = 'http://cran.rstudio.com')
library(devtools)
devtools::install_github('sbabicki/jscolourR')
devtools::install_github('ramnathv/htmlwidgets')
devtools::install_github('timelyportfolio/htmlwidgets_spin')

About

License:GNU General Public License v2.0


Languages

Language:R 55.7%Language:HTML 39.7%Language:Perl 3.1%Language:JavaScript 1.5%