-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathRerun_paper_github.txt
75 lines (52 loc) · 1.92 KB
/
Rerun_paper_github.txt
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
# Generates META heart object
Rscript ./analyses/main_objects/make_metaheart.R;
# Creating object of external data sets
Rscript ./analyses/main_objects/make_external_metaheart.R;
# Creating object of fetal data sets
Rscript ./analyses/main_objects/make_fetal_metaheart.R;
# Differential expression analysis - ran in make_metaheart.R
# Rscript ./analyses/main/de_analysis.R;
# Plotting statistics
Rscript ./analyses/sup/deg_stats.R;
Rscript ./analyses/figures/sup/deg_stats.R;
# Marker genes
Rscript ./analyses/figures/sup/HF_marker_genes.R;
# Data description: PCAs of all data and z-transformed data
Rscript ./analyses/sup/general_variability.R;
# Figure
Rscript ./analyses/figures/sup/gen_var_figs.R;
# Data description: gene centered data
Rscript ./analyses/sup/gene_centered_analysis.R;
# Figure
Rscript ./analyses/figures/sup/gcentered_figs.R;
# Data description: DCM vs ICM for gene std matrices
Rscript ./analyses/sup/dcm_vs_icm.R;
#Figure
Rscript ./analyses/figures/sup/dcm_vs_icm_figs.R;
# Reproducibility/Replicability
Rscript ./analyses/main/study_comparison.R;
# Figure
Rscript ./analyses/figures/main/reproducibility_figs.R;
# Robustness of measurements
Rscript ./analyses/sup/robustness_glist_size.R;
Rscript ./analyses/figures/sup/robustness_es_ds.R;
# Meta-analysis
Rscript ./analyses/main/get_metaranking.R;
Rscript ./analyses/figures/main/meta_main.R;
# Added value
Rscript ./analyses/main/added_value.R;
# Selection of top genes
Rscript ./analyses/sup/genes_best_performance.R;
# Figure
Rscript ./analyses/figures/sup/best_perf_figs.R;
# Gene level variability, takes time
Rscript ./analyses/sup/gene_variability.R;
# Figure
Rscript ./analyses/figures/sup/gene_variability_anova.R;
# Funcomics
Rscript ./analyses/main/functional_analysis.R;
# Figure
Rscript ./analyses/figures/main/funcomics_bars.R;
# External datasets
Rscript ./analyses/main/DS_Fetal_External.R;
Rscript ./analyses/figures/main/DS_Fetal_External_plotting.R;