-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathSupplementary.Rnw
More file actions
92 lines (59 loc) · 1.97 KB
/
Copy pathSupplementary.Rnw
File metadata and controls
92 lines (59 loc) · 1.97 KB
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
\documentclass{article}
\usepackage[margin=1in]{geometry}
\input{config}
%\title{Supplementary Material for "Perturbation-response genes reveal signaling
% footprints in cancer gene expression"}
%\author{Michael Schubert
% \and Bertram Klinger
% \and Martina Kl{\"u}nemann
% \and Anja Sieber
% \and Florian Uhlitz
% \and Sascha Sauer
% \and Mathew J Garnett
% \and Nils Bl{\"u}thgen
% \and Julio Saez-Rodriguez}
\begin{document}
%\maketitle
%\tableofcontents
%\newpage
\section*{Supplementary notes}
\Sexpr{knit_child('note_searchterms.Rnw')} %TODO: re-enable (lots of HTTP queries)
%\subsection{R packages used}
%
%<<session_info>>=
%sessionInfo()
%@
\section*{Supplementary tables}
%\begin{table}[H]
%\centering
%\caption{Coefficients matrix of the fitted PROGENy model, provided as a
% separate file. HGNC gene names in rows, pathways in columns.}
%\end{table}
\captionsetup[subfloat]{position=top}
\Sexpr{knit_child('roc_auc.Rnw')}
\Sexpr{knit_child('pathway_mapping.Rnw')}
\Sexpr{knit_child('mut_cna_table.Rnw')}
\Sexpr{knit_child('drug_over_mut_stats.Rnw')}
\Sexpr{knit_child('drug_ccle.Rnw')}
\Sexpr{knit_child('survival_bootstrap.Rnw')}
%\begin{table}[H]
%\centering
%\caption{log2 fold changes of phosphoproteomic measurements over BSA,
% provided as a separate file.}
%\end{table}
\section*{Supplementary figures}
\captionsetup[subfloat]{position=bottom}
\Sexpr{knit_child('dataset_overview.Rnw')}
\Sexpr{knit_child('model_significance.Rnw')}
\Sexpr{knit_child('signature_overlap.Rnw')}
\Sexpr{knit_child('signature_go.Rnw')}
\Sexpr{knit_child('perturb_compare.Rnw')}
\Sexpr{knit_child('roc.Rnw')}
\Sexpr{knit_child('signature_validation.Rnw')}
\Sexpr{knit_child('basal_correlation.Rnw')}
\Sexpr{knit_child('mut_volcanos.Rnw')}
%\Sexpr{knit_child('cna_volcanos.Rnw')}
\Sexpr{knit_child('drug_volcanos.Rnw')}
\Sexpr{knit_child('survival_tissue_volcanos.Rnw')}
\printbibliography[heading=bibintoc,title={Supplementary References}]
\end{document}