Introduction to Biological Network Analysis - October 2018
Section outline
-
Introduction to Biological Network Analysis
Lausanne, 29-31 October 2018
Location: GĂ©nopode Building, room 2020
The course will start at 9h00 and end around 17h00
This page is addressed to registered participants. To access the course description and the application form, please click here.
For any assistance, please contact training@sib.swiss.
-
Participants must bring a laptop and install the following:
- 64-bit Java 8
- the latest version of the R, R Studio with Markdown and Cytoscape software installed.
- the R package Markdown: install.packages("markdown")
- the R package RCy3: (see https://cytoscape.org/cytoscape-tutorials/presentations/modules/prep-advanced-automation/index.html)
## try http:// if https:// URLs are not supported source("https://bioconductor.org/biocLite.R") biocLite("RCy3")
- the R package WGCNA and some Bioconductor packages that are used by WGCNA using these commands:
source("https://bioconductor.org/biocLite.R")
biocLite("WGCNA")