-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
79 lines (66 loc) · 1.99 KB
/
config.json
File metadata and controls
79 lines (66 loc) · 1.99 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
{
"mz_list_path": "data/all_mz_values.csv",
"labels_path": "data/labels.csv",
"m_z_column_name": "M/Z",
"area_column_name": "Area",
"first_time_column_name": "1st Time (s)",
"second_time_column_name": "2nd Time (s)",
"csv_file_name_column": "csv_file_name",
"label_column_name": "label",
"output_dir_heatmap": "/usr/scratch/lifetracer/heatmaps/",
"extract_heatmaps": {
"raw_csv_path": "/usr/scratch/NASA/raw/",
"m_z_threshold": 0.5,
"parallel_processing": true
},
"find_peaks": {
"peaks_dir_path": "/usr/scratch/lifetracer/peaks/",
"parallel_processing": true,
"lambda1": 0.75,
"lambda2": 5.0,
"peak_max_neighbor_distance": 20,
"area_min_threshold": 15000,
"strict_noise_filtering": true,
"column_noise_removal":{
"noise_column_removal": true,
"max_distance_removal_noisy_columns": 50,
"noisy_columns": [7700,8700],
"non_zero_ratio_column_threshold": 0.1
},
"noisy_regions_removal": true,
"noisy_regions": [
{
"first_time_start": -1,
"second_time_start": 0,
"first_time_end": -1,
"second_time_end": 1,
"non_zero_ratio_region_threshold": 0.001
}
],
"convolution_filtering": true,
"convolution_filter": {
"lambda3": 10,
"rt1_window_size": 2000,
"rt2_window_size": 0.1,
"rt1_stride": 0.1,
"rt2_stride": 2000,
"non_zero_ratio_mean_subtracted": 0.99999,
"non_zero_ratio_lambda3_filter": 0.05
},
"delta_rt1" : 10,
"delta_rt2" : 0.12
},
"retention_alignment":{
},
"parameter_selection":{
},
"train_model":{
},
"evaluation": {
},
"predict" :{
},
"plot":{
"plot_dir" : "/usr/scratch/danial_stuff/Chromalyzer/plots/"
}
}