Data visualisation, interactive data analysis, statistical programming

Garth Tarr

Case study: Characterizing mutation-expression networks in multiple cancers

Instructions

install.packages(c("shiny", "igraph", "WGCNA", "devtools"))
source("http://bioconductor.org/biocLite.R")
biocLite(c("impute", "GO.db", "preprocessCore"))
devtools::install_github("garthtarr/networkD3", ref = "color")
shiny::runApp("~/Downloads/pacmen")

Common issues

devtools::install_github("garthtarr/networkD3", ref = "color")

References