-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlecture8.Rmd
75 lines (56 loc) · 2.91 KB
/
lecture8.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
title: "BCB420 - Computational Systems Biology"
subtitle: "Lecture 8 - GSEA continued and Cytoscape"
author: "Ruth Isserlin"
date: "`r Sys.Date()`"
output:
xaringan::moon_reader:
lib_dir: libs
css: [default, ./libs/example.css]
nature:
highlightStyle: github
highlightLines: true
highlightSpans: true
countIncrementalSlides: false
bibliography: lecture6.bib
---
## Assignment #2
* differentail gene expression and preliminary ORA
* <font size=5> Due March 3, 2020! @ 20:00 </font>
## What to hand in?
* **html rendered RNotebook** - you should submit this through quercus
* Make sure the notebook and all associated code is checked into your github repo as I will be pulling all the repos at the deadline and using them to compile your code. - Your checked in code must replicate the handed in notebook.
* Document your work and your code directly in the notebook.
* **Reference the paper associated with your data!**
* **Introduce your paper and your data again**
* You are allowed to use helper functions or methods but make sure when you source those files the paths to them are relative and that they are checked into your repo as well.
---
<img src=./images/img_lecture7/gsea8.png>
---
<img src=./images/img_lecture7/gsea9.png>
## Running and Exploring GSEA
* in class demo
---
## Homework for next week
Practise using GSEA.
Given the ranked list comparing mesenchymal and immunoreactive ovarian cancer (mesenchymal genes have positive scores, immunoreactive have negative scores). perform a GSEA preranked analysis using the following parameters:
* genesets from the baderlab geneset collection from February 1, 2020 containing GO biological process, no IEA and pathways.
* maximum geneset size of 200
* minimum geneset size of 15
* gene set permutation
and answer the following questions in your journal:
1. What is the top gene set returned for the Mesenchymal sub type? What is the top gene set returned for the Immunoreactive subtype?
1. What is its pvalue, ES, NES and FDR associated with it.
1. How many genes in its leading edge?
1. What is the top gene associated with this geneset
---
## Cytoscape
[Cytoscape](https://cytoscape.org/) is an open source Network analysis tool programmed in Java.
* Download it from [here](https://cytoscape.org/download.html)
* You will need Java 8 or higher installed in order to run it.
* Check out all the [Cytoscape Tutorials and Protocols](https://github.com/cytoscape/cytoscape-tutorials/wiki)
Read this article for great background on Network Biology:
'''A Guide to Conquer the Biological Network Era Using Graph Theory''' - https://www.frontiersin.org/articles/10.3389/fbioe.2020.00034/full
---
Today's lecture on Cytoscape is from the set of Cytoscape's Tutorials:
[Introduction to Cytoscape for Computer Scientists](https://cytoscape.org/cytoscape-tutorials/presentations/intro-cytoscape-cs-2020-ucsf.html#/)