cat("\nThis script installs needed dependencies from bioconductor.\n")
neededPackages = c('reactome.db', 'RCytoscape',
'graphite', 'HGNChelper',
'VennDiagram', 'calibrate', 'biomaRt',
'xtable', 'hwriter', 'hwriterPlus', 'graph', 'plyr', 'rBiopaxParser', 'ggplot2',
'gridExtra', 'shiny')
source("http://bioconductor.org/biocLite.R")
biocLite("RCytoscape")
for(pkg in neededPackages) biocLite(pkg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.