Web application for enormous biological heatmaps
Purpose: To create user-friendly, highly customizable static and interactive biological heatmaps of big datasets in a web browser.
If you are using shinyheatmap
in your work, please cite the paper (http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0176334).
Khomtchouk BB, Hennessy JR, Wahlestedt C: “shinyheatmap: Ultra fast low memory heatmap web interface for big data genomics.” PLoS One. 2017, 12(5): e0176334.
shinyheatmap
was originally financially supported (2014-2017) by the United States Department of Defense (DoD) through the National Defense Science and Engineering Graduate Fellowship (NDSEG) Program. This research was conducted with Government support under and awarded by DoD, Army Research Office (ARO), National Defense Science and Engineering Graduate (NDSEG) Fellowship, 32 CFR 168a.
setwd("~/path/to/my_directory_that_contains_shinyheatmap_folder")
install.packages("shiny")
library(shiny)
install.packages("rsconnect")
library(rsconnect)
install.packages("data.table")
library(data.table)
install.packages("gplots")
library(gplots)
install.packages("heatmaply")
library(heatmaply)
library(tools)
runApp("shinyheatmap")
shinyheatmap
was presented at the Bay Area R User Group (BARUG) Meeting, which was held at Intuit Building 9 – Invention and Innovation, Mountain View, CA. Slides available here: https://github.com/joseph-rickert/BARUG/blob/master/Bohdan-Khomtchouk_BARUG_November-2017.pptx
You are welcome to:
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.