-
Notifications
You must be signed in to change notification settings - Fork 12
/
configuration.yaml
117 lines (101 loc) · 2.91 KB
/
configuration.yaml
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
module_files:
- "modules/dashboardmodule.R"
- "modules/cellcontentmodule.R"
- "modules/immuneinterfacemodule.R"
- "modules/groupsoverviewmodule.R"
- "modules/survivalmodule.R"
- "modules/immunomodulatormodule.R"
- "modules/tilmodule.R"
- "modules/immunefeaturesmodule.R"
- "modules/iotargetmodule.R"
- "modules/datainfomodule.R"
- "modules/drivermodule.R"
- "modules/subtypeclassifiermodule.R"
- "modules/submodules.R"
- "modules/distribution_plot_module.R"
- "modules/cytokinenetwork.R"
- "modules/cellimagemodule.R"
- "modules/cnvmodule.R"
- "modules/germlinemodule.R"
- "modules/germlineheritability.R"
- "modules/germlinegwas.R"
- "modules/germlinerarevariants.R"
- "modules/ioresponseoverviewmodule.R"
- "modules/ioresponsesurvivalmodule.R"
- "modules/ioresponse_distribution_module.R"
- "modules/ioresponseimmunomodulatormodule.R"
- "modules/ioresponsefeaturesmodule.R"
- "modules/ioresponsemultivariate.R"
function_files:
- "functions/load_data.R"
- "functions/transform.R"
- "functions/drilldown.R"
- "functions/utils.R"
- "functions/boxplot.R"
- "functions/heatmap.R"
- "functions/kmplot.R"
- "functions/histogram.R"
- "functions/format.R"
- "functions/scatterplot.R"
- "functions/violinplot.R"
- "functions/mosaicplot.R"
- "functions/barplot.R"
- "functions/forestplot.R"
- "functions/manhattanplot.R"
- "functions/subtype_classifier.R"
- "functions/tablef_fun.R"
- "functions/imageplot.R"
- "functions/event_data_utils.R"
- "functions/extracellnet_utils.R"
- "functions/cellimage_utils.R"
- "functions/iomodules_utils.R"
- "functions/germline_utils.R"
page_files:
- "pages/aboutpage.R"
- "pages/explorepage.R"
- "pages/toolspage.R"
- "pages/docspage.R"
- "pages/resourcespage.R"
libraries:
- "shinydashboard"
- "plotly"
bq_remote: false # set data as remote (BigQuery) or local (on disk)
gs_remote: false
cell_content_local:
- "Lymphocytes.Aggregate1"
- "T.cells.CD8"
- "T_cells_CD4.Aggregate2"
- "Macrophage.Aggregate1"
cell_content_bq:
- "Lymphocytes.Aggregate1"
- "T_cells_CD8"
- "T_cells_CD4_Aggregate2"
- "Macrophage_Aggregate1"
diversity_metric_choices:
- "Evenness"
- "Shannon"
- "Richness"
receptor_type_choices:
- "TCR"
- "BCR"
immunomodulator_groups:
- "Gene_Family"
- "Super_Category"
- "Immune_Checkpoint"
- "Function"
immunotarget_groups:
- "Therapy Type"
- "Pathway"
immune_groups:
- "Subtype_Immune_Model_Based"
- "Study"
- "Subtype_Curated_Malta_Noushmehr_et_al"
cell_type_aggregates:
- "Immune Cell Proportion - Original"
- "Immune Cell Proportion - Multipotent Progenitor Cell Derivative Class"
- "Immune Cell Proportion - Common Lymphoid and Myeloid Cell Derivative Class"
- "Immune Cell Proportion - Differentiated Lymphoid and Myeloid Cell Derivative Class"
correlation_methods:
- "Spearman": "spearman"
- "Pearson": "pearson"
- "Kendall": "kendall"