-
Notifications
You must be signed in to change notification settings - Fork 26
/
config_template.yml
90 lines (90 loc) · 1.67 KB
/
config_template.yml
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
---
pipeline: <PIPELINE NAME>
output_dir: profiles
platemap_well_column: Metadata_well_position
compartments:
- cells
- cytoplasm
- nuclei
aggregate:
perform: true
plate_column: Metadata_Plate
well_column: Metadata_Well
method: median
fields: all
image_feature_categories:
- Count
- Intensity
annotate:
perform: true
well_column: Metadata_Well
external :
perform: true
file: <metadata file name>
merge_column: <Column to merge on>
normalize:
perform: true
method: mad_robustize
features: infer
mad_robustize_fudge_factor: 0
image_features: true
min_cells: 1
normalize_negcon:
perform: true
method: mad_robustize
features: infer
mad_robustize_fudge_factor: 0
image_features: true
min_cells: 1
feature_select:
perform: true
features: infer
level: batch
gct: false
image_features: true
operations:
- variance_threshold
- correlation_threshold
- drop_na_columns
- blocklist
min_cells: 1
feature_select_negcon:
perform: true
features: infer
level: batch
gct: false
image_features: true
operations:
- variance_threshold
- correlation_threshold
- drop_na_columns
- blocklist
min_cells: 1
quality_control:
perform: true
summary:
perform: true
row: Metadata_Row
column: Metadata_Col
heatmap:
perform : true
options:
compression: gzip
float_format: "%.5g"
samples: all
---
batch: <FIRST BATCH NAME>
plates:
- name: <FIRST PLATE NAME>
process: true
- name: <SECOND PLATE NAME>
process: true
process: true
---
batch: <SECOND BATCH NAME>
plates:
- name: <FIRST PLATE NAME>
process: true
- name: <SECOND PLATE NAME>
process: true
process: true