Skip to content

Commit 388f163

Browse files
author
Michael P Schroeder
committed
Case Study 1
1 parent 96bc961 commit 388f163

21 files changed

+32
-52
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@
1212

1313
# Maven files
1414
target/
15+
16+
17+
# Operating System annoyances
18+
*.DS_Store

doc/Tutorials.rst

Lines changed: 28 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -4,69 +4,45 @@ Tutorials
44
==================
55

66

7-
`CASE STUDY 1: Finding the Biological Processes enriched among genes significantly up-regulated in different types of cancer <#HCASESTUDY1:FindingtheBiologicalProcesse>`__
8-
9-
`CASE STUDY 2: Studying the expression profile of 156 lung tumors and adjacent normal lung tissue samples <#HCASESTUDY2:Studyingtheexpressionprofile>`__
10-
11-
`CASE STUDY 3: Functional protein divergence in the evolution of Homo sapiens <#HCASESTUDY3:Functionalproteindivergencei>`__
12-
13-
`CASE STUDY 4: Studying the regulatory programs governing the expression in different tissues <#HCASESTUDY4:Studyingtheregulatoryprogram>`__
14-
15-
`CASE STUDY 5: Experimental regulatory modules in cancer <#HCASESTUDY5:Experimentalregulatorymodule>`__
16-
17-
`CASE STUDY 6: Studying multi-dimensional cancer data with Gitools <#HCASESTUDY6:Studyingmulti-dimensionalcan>`__
18-
19-
7+
.. contents::
208

219
CASE STUDY 1: Finding the Biological Processes enriched among genes significantly up-regulated in different types of cancer
22-
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
23-
24-
25-
26-
27-
Import a data matrix from IntOGen that contains p-values for significantly up-regulated genes in each tumor morphology type
28-
29-
30-
31-
32-
33-
34-
Import a module file that maps all human genes to KEGG Pathways and the annotations of these terms
35-
36-
37-
10+
------------------------------------------------------------------------------------------------------------------------------------
3811

3912

13+
.. list-table:: Case study 1:
4014

41-
Run an enrichment analysis to test which pathways are enriched among genes significantly up-regulated in different types of cancer
42-
43-
44-
45-
46-
47-
48-
Explore the heatmap with the enrichment analysis results by sorting, filtering, hiding and moving rows and columns
49-
50-
51-
52-
53-
54-
55-
Edit properties of the heatmaps: change color scale, add annotations, change font size and edit grid
56-
57-
58-
59-
60-
61-
62-
Export the results of the enrichment analysis as an image and as a table containing the details of the statistic results
15+
* - .. image:: img/tutorial-icon1-1.png
16+
- `Tutorial 1.1: Import Data Matrix From IntOGen <pdf/tutorial11importintogentumortypes.pdf>`_
17+
18+
Import a data matrix from IntOGen that contains p-values for significantly up-regulated genes in each tumor morphology type
19+
20+
* - .. image:: img/tutorial-icon1-2.png
21+
- `Tutorial 1.2: Import pathways From KEGG <pdf/tutorial12importensemblKEGG.pdf>`_
22+
23+
Import a module file that maps all human genes to KEGG Pathways and the annotations of these terms
24+
25+
* - .. image:: img/tutorial-icon1-3.png
26+
- `Tutorial 1.3: Run Enrichment Analysis <pdf/tutorial13runenrichmentIntOGenKEGG.pdf>`_
27+
Run an enrichment analysis to test which pathways are enriched among genes significantly up-regulated in different types of cancer
28+
29+
* - .. image:: img/tutorial-icon1-4.png
30+
- `Tutorial 1.4: Explore results in a heatmap <pdf/tutorial14exploreresultsIntOGenKEGG.pdf>`_
31+
Explore the heatmap with the enrichment analysis results by sorting, filtering, hiding and moving rows and columns
32+
33+
* - .. image:: img/tutorial-icon1-5.png
34+
- `Tutorial 1.5: Edit heatmaps <pdf/tutorial15editheatmaps.pdf>`_
35+
Edit properties of the heatmaps: change color scale, add annotations, change font size and edit grid
36+
37+
* - .. image:: img/tutorial-icon1-6.png
38+
- `Tutorial 1.6: Export heatmap image and table results <pdf/tutorial16exportheatmaps.pdf>`_Export the results of the enrichment analysis as an image and as a table containing the details of the statistic results
6339

6440

6541

6642

6743

6844
CASE STUDY 2: Studying the expression profile of 156 lung tumors and adjacent normal lung tissue samples
69-
---------------------------------------------------------------------------------------------------------------------------------------------------
45+
------------------------------------------------------------------------------------------------------------------------------------
7046

7147

7248

doc/img/tutorial-icon1-1.png

7.59 KB
Loading

doc/img/tutorial-icon1-2.png

6.3 KB
Loading

doc/img/tutorial-icon1-3.png

7.08 KB
Loading

doc/img/tutorial-icon1-4.png

5.38 KB
Loading

doc/img/tutorial-icon1-5.png

5.31 KB
Loading

doc/img/tutorial-icon1-6.png

6.14 KB
Loading

doc/img/tutorial-icon1.png

7.19 KB
Loading

doc/img/tutorial-icon2.png

7.6 KB
Loading

0 commit comments

Comments
 (0)