Pathways and Network Analysis of -Omics Data 2018

Read these before coming to the workshop:

Do these before coming to the workshop:

1) Sequencing Terminology

2) Cytoscape Preparation tutorials: Complete the introductory tutorial to Cytoscape

  • Introduction to Cytoscape3 - User Interface

  • Introduction to Cytoscape3 - Welcome Screen

  • Filtering and Editing in Cytoscape 3

Install these before coming to the workshop:

1) A robust text editor.

2) A file decompression tool.

  • For Windows/PC – 7zip.
  • For Linux – gzip.
  • For Mac – already there.

3) A robust internet browser such as Firefox or Safari (Internet Explorer and Chrome are not recommended because of Java issues).

4) Java -The visualization program that we will be using (IGV) requires Java. Check if you have Java installed: https://www.java.com/verify/ and download Java if you do not have it installed (Java 8).

5) A PDF viewer (Adobe Acrobat or equivalent).

6) Install Cytoscape 3.6.1.

Choose the version corresponding to your operating system (OS, Windows or UNIX) Cytoscape requires Java8: check your version at https://www.java.com/verify/ and download Java8 if you do not have it installed. Contact your system administrator if you have trouble with Java installation.

7) Within the Cytoscape program, install the following Cytoscape apps.

From the menu bar, select ‘Apps’ , ‘Manage Apps’.

Within all apps, search for the following and install:

  • EnrichmentMap
  • EnrichmentMap Pipeline Collection (it will install ClusterMaker2, WordCloud and AutoAnnotate)
  • GeneMania
  • Iregulon
  • ReactomeFIPlugin - http://apps.cytoscape.org/apps/reactomefiplugin

8) Install the data set within GeneMANIA.

Select GeneMania from Apps Manager and Choose Another Data Set.
From the list of available data sets, select the most recent (2017-03-17 / 17 March 2017) and under ‘Include only these networks’: select ‘all’. Click on ‘Download’.
An ‘Install Window’ will pop-up. Select H.Sapiens Human. Click on ‘Install’.
This requires time and a good network connection to download completely, so be patient (around 15mins).

9) Install GSEA.

Go to the GSEA page
Register
Login
In menu, choose Downloads
Go to the javaGSEA Java Jar file section and download the gsea2-2.2.4.jar file and save in your Documents folder (do not leave it in the “Downloads”folder).

To run GSEA during the workshop, you must use the command line. You will need to open a terminal and execute the install commands. Since we will need to run GSEA this same way each time, it will be a good idea to save this information on how to run GSEA.

MAC/Linux Computer

  • On a MAC, the Terminal window is located in Applications/Utilities. Tip: add the terminal window to your dock so it is easy to open when needed.
  • At the prompt, type the command in your terminal window and hit enter:
java -Xmx2G -jar ~/Documents/gsea2-2.2.4.jar

PC/Windows Computer

  • On Windows, go to the start icon and type cmd (for command prompt) in the search box.
  • At the prompt, type the following commands, hitting enter in between each command and waiting for the prompt before the next command:
cd Documents
java -Xmx2G -jar gsea2-2.2.4.jar

Please note that these instructions may change before the workshop.