inst/shiny/global.R

# ------------------------------------------------------------------------------
# Dependencies
# ------------------------------------------------------------------------------
# library(devtools)
# install_github('ramnathv/rCharts')

require(shiny)
require(pheatmap)
require(RColorBrewer)
require(ggplot2)
require(shinyBS)
require(yaml)
require(whisker)
require(RJSONIO)
# require(shinyIncubator)
# require(rCharts)
library(BioNetStat)
source("progress.R")
source("utils.R")
source("rChartsClass.R")
source("renderChart.R")
source("showOutput.R")
source("Datatables.R")
source("toJSON.R")
#source("cogaCommandLine.R")
#source("networkInference.R")

Try the BioNetStat package in your browser

Any scripts or data that you put into this service are public.

BioNetStat documentation built on Feb. 3, 2021, 2:01 a.m.