forked from Reed-CompBio/spras-benchmarking
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdmmm.yaml
More file actions
92 lines (87 loc) · 2.6 KB
/
Copy pathdmmm.yaml
File metadata and controls
92 lines (87 loc) · 2.6 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
hash_length: 7
containers:
registry:
base_url: docker.io
owner: reedcompbio
framework: docker
unpack_singularity: false
reconstruction_settings:
locations:
reconstruction_dir: "output"
analysis:
summary:
include: false
cytoscape:
include: false
ml:
include: true
aggregate_per_algorithm: true
evaluation:
include: false
# Custom settings
algorithms:
- name: "omicsintegrator1"
params:
include: true
run1:
b: [2]
w: [.5]
d: [10]
mu: [2]
- name: "omicsintegrator2"
params:
include: true
run1:
b: [4]
g: [0]
datasets:
# TODO: use old paramaters for datasets
# HIV: https://github.com/Reed-CompBio/spras-benchmarking/blob/0293ae4dc0be59502fac06b42cfd9796a4b4413e/hiv-benchmarking/spras-config/config.yaml
- label: dmmmhiv060
node_files: ["processed_prize_060.txt"]
edge_files: ["../../../databases/irefindex/phosphosite-irefindex13.0-uniprot.txt"]
other_files: []
data_dir: "datasets/hiv/processed"
- label: dmmmhiv05
node_files: ["processed_prize_05.txt"]
edge_files: ["../../../databases/irefindex/phosphosite-irefindex13.0-uniprot.txt"]
other_files: []
data_dir: "datasets/hiv/processed"
# Yeast: https://github.com/tristan-f-r/spras-benchmarking/blob/9477d85871024a5e3a4b0b8b9be7e78c0d0ee961/yeast-osmotic-stress/config.yaml
- label: dmmmyeast
node_files: ["prizes1_dummies.txt"]
edge_files: ["network1.txt"]
other_files: []
data_dir: "datasets/yeast-osmotic-stress/processed"
- label: dmmm_alopecia_areata
data_dir: datasets/diseases
edge_files:
- raw/string_interactome.txt
node_files:
- prize_files/alopecia_areata_prizes.txt
other_files: []
- label: dmmm_diabetes_mellitus
data_dir: datasets/diseases
edge_files:
- raw/string_interactome.txt
node_files:
- prize_files/diabetes_mellitus_prizes.txt
other_files: []
- label: dmmm_cellline_fadu
data_dir: datasets/depmap
edge_files: ["../../databases/irefindex/phosphosite-irefindex13.0-uniprot.txt"]
node_files: ["processed/FADU_cell_line_prizes_input_nonzero.txt"]
other_files: []
gold_standards:
- label: gs0
node_files: ['GS_files/Alopecia_areata_GS.txt']
data_dir: "datasets/diseases"
dataset_labels: ["dmmm_alopecia_areata"]
- label: gs1
node_files: ['GS_files/Diabetes_mellitus_GS.txt']
data_dir: "datasets/diseases"
dataset_labels: ["dmmm_diabetes_mellitus"]
- label: gs_fadu
node_files: ["processed/FADU_gold_standard.txt"]
data_dir: datasets/depmap
dataset_labels: ["dmmm_cellline_fadu"]