forked from chaetognatha/mk_dsp_explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconf.json
88 lines (88 loc) · 1.72 KB
/
conf.json
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
{
"factors": [
"KRAS",
"Patient_ID",
"LRP1B_bin",
"CSMD3_bin",
"KMT2D_bin",
"KMT2C_bin",
"MUC16_bin",
"TP53_bin",
"STK11_bin",
"NF1_bin",
"n_stadium_bin",
"mut_load_all_cutoff_75_ci",
"mut_load_nsyn_cutoff_75_ci",
"mut_load_syn_cutoff_75_ci",
"mut_load_all_cutoff",
"mut_load_nsyn_cutoff",
"mut_load_syn_cutoff",
"type_CD45_ME_2",
"T_stadium",
"distance_to_tumor",
"Nstadium",
"stage",
"stage_2",
"status_out_20190329",
"age",
"stage_code",
"OS_days_20190329",
"gender",
"status_5_years_trunk_20190329",
"smoke",
"OS_days_5_years_trunk_20190329",
"recidiv_Annette_statistik",
"days_to_recurrence_or_last_checkup"
],
"biomarkers": [
"Tim3",
"B7H3",
"IDO1",
"STING",
"GITR",
"OX40L",
"VISTA",
"ARG1",
"LAG3",
"41BB",
"CD45RO",
"CD34",
"CD14",
"CD66b",
"FOXP3",
"FAPalpha",
"CD163",
"CD27",
"ICOS",
"CD25",
"PDL2",
"CD127",
"CD80",
"CD40",
"CD44",
"CD11c",
"CD8",
"CD3",
"Ki67",
"SMA",
"CD20",
"Fibronectin",
"PD1",
"PanCk",
"PDL1",
"CD4",
"CD68",
"HLADR",
"CD45",
"CD56",
"CTLA4",
"GZMB"
],
"controls": [
"None"
],
"patient_id": "Patient_ID",
"encode_factors": true,
"transform_biomarkers": true,
"encoding": "utf-8"
}