-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsynthetic_conditions.yaml
More file actions
62 lines (52 loc) · 997 Bytes
/
synthetic_conditions.yaml
File metadata and controls
62 lines (52 loc) · 997 Bytes
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
%YAML 1.2
---
# analysis command and result
analysis: !!map
cmds: !!seq
- !!str some commands to analysis by line
# {count_stem} replaced by dataset stem
# {method_type} replaced by method_type
res: !!str regex/of/path/to/result/files
# colname of true deg regulation (up, dn or ns)
de_true: !!str Description
# colname of deg score (like p-value)
de_score: !!str padj
de_score_threshold: !!float 0.1
# directory
dirs: !!map
dataset: input
result: result
# KIRC, Bottomly, mKdB, mBdK
simul_data: !!seq
- KIRC
# same, different
disp_type: !!seq
- same
# float 0-1
frac_up: !!seq
- 0.5
# int 3-
nsample: !!seq
- 3
- 10
# D, R, OS, DL
outlier_mode: !!seq
- D
- R
- OS
# float 0-100
pde: !!seq
- 5
- 10
- 30
- 60
# auc, tpr, fdr, f1score, kappa, cutoff
metrics_type: !!seq
- auc
- tpr
- fdr
# specify your dict("method name in path of DE results": "method name in figures",)
method_type: !!map
deseq2: Deseq2
# int 3-
nrep: !!int 50