-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathperturb_compare.Rnw
95 lines (85 loc) · 3.2 KB
/
perturb_compare.Rnw
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<<setup_perturb_compare, include=FALSE>>=
b = import('base')
util = import('./util_1')
@
\begin{figure}[!htbp]
\subfloat[Perturbation-response genes]{
<<perturb_speed, echo=FALSE, fig.width=7, fig.height=2.5>>=
util$perturb_score_plots('speed_matrix')
@
}
\subfloat[Gene Ontology]{
<<perturb_go, echo=FALSE, fig.width=6.5, fig.height=2.5>>=
util$perturb_score_plots('gsva_go')
@
}
\subfloat[Reactome]{
<<perturb_reactome, echo=FALSE, fig.width=6.5, fig.height=2.5>>=
util$perturb_score_plots('gsva_reactome')
@
}
\phantomcaption
\end{figure}
\begin{figure}[!htbp]
\ContinuedFloat
%\subfloat[BioCarta]{
%<<perturb_biocarta, echo=FALSE, fig.width=8, fig.height=3>>=
%util$perturb_score_plots('gsva_biocarta')
%@
%}
\subfloat[SPIA]{
<<perturb_spia, echo=FALSE, fig.width=6.5, fig.height=2.5>>=
util$perturb_score_plots('spia')
@
}
\subfloat[Pathifier]{
<<perturb_pathifier, echo=FALSE, fig.width=6.5, fig.height=2.5>>=
util$perturb_score_plots('pathifier')
@
}
\subfloat[Gatza (2009)]{
<<perturb_gatza, echo=FALSE, fig.width=6.5, fig.height=2.5>>=
util$perturb_score_plots('gsva_gatza')
@
}
\phantomcaption
\end{figure}
\begin{figure}[!htbp]
\ContinuedFloat
\subfloat[SPEED-derived (Iorio et al., 2016)]{
<<perturb_speed2016, echo=FALSE, fig.width=6.5, fig.height=2.5>>=
util$perturb_score_plots('gsea_speed2016')
@
}
%\subfloat[PARADIGM]{
%<<perturb_paradigm, echo=FALSE, fig.width=8, fig.height=3>>=
%util$perturb_score_plots('paradigm')
%@
%}
\caption{Distribution of pathway scores for individual experiments (right) and
their statistics (left). Right: perturbation experiments on horizontal
axis, ordered alphabetically as indicated by color bar for pathways.
Effect of a perturbatin on the corresponding pathway is activating
(teal) or inhibiting (orange). Cells in the heatmap correspond to
relative pathway activation according to pathway scores for different
methods. Pathway inhibitions shown in the activating direction
(negative inhibition). White cells indicate experiments where we could
not derive pathway scores (Pathifier).
Left: statistical associations between
perturbed pathway and change in scores for all pathway scores given any
perturbation. Significance indicated with a dot for $FDR<10^{-5}$ and a
star for $FDR<10^{-10}$, color grading by Wald statistic.
For perturbation-response genes, pathway scores (rows in
heatmap) cluster for EGFR/MAPK and to a lesser extent PI3K, as
well as TNFa/NFkB, supported by statistical associations. As this was
performed on the same set of experiments as was used to create the
model, these associations only quantify the amount of cross-activation
and heterogeneity in the response, the significance of the model itself is
shown in figure 2. It does, however, show that competing pathway methods are
for the most part unable to recover perturbed pathways or associate with a
different perturbation than the one applied. This highlights that methods
based on pathway mapping should only interpreted as either only
expression level instead of activity, or potential signal flow as
opposed to actual signal flow.}
\label{fig:perturb_simple}
\end{figure}