-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
69 lines (63 loc) · 1.93 KB
/
Copy pathconfig.yaml
File metadata and controls
69 lines (63 loc) · 1.93 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
########################################## directory specific configs ##########################################
simulate_1_var_covar_age_params:
repo_results_dir: /home/ubuntu/projects/gitbenlewis/adata_science_tools/example_simulated_data/results/simulate_1_var_covar_age/
default_params:
n_obs: 100
obs_names_prefix: obs_
random_seed: 7
age_mean: 50.0
age_stdev: 10.0
beta: 0.05
case_control_prob: 0.5
beta_case_control: 2.0
yint: 10.0
residual_mean: 0.0
residual_stdev: 1.0
var_name: simulated_feature
save_obs_df: false
save_adata_dataset: true
also_return_adata: true
simulate_1_var_covar_age__runs:
baseline:
run: true
older_shift:
run: false
age_mean: 65.0
beta: 0.10
stronger_case_effect:
run: false
beta_case_control: 1.0
plot_dotplot_simulate_1_var_covar_age_params:
repo_results_dir: /home/ubuntu/projects/gitbenlewis/adata_science_tools/example_simulated_data/results/plot_dotplot_simulate_1_var_covar_age/
default_params:
layer: null
column_key_x: Age
column_key_y: simulated_feature
hue: case_control
subset_key: case_control
axes_title: simulated_feature vs Age
show: false
save_plot: true
axes_lines: false
figsize: [12, 8]
dropna: true
show_y_intercept: false
palette: ['#AA4499', '#332288', '#1f77b4', '#661100', '#117733', '#ff7f0e']
subset_palette: ['#AA4499', '#332288', '#1f77b4', '#661100', '#117733', '#ff7f0e']
dot_size: 200
title_fontsize: 16
axis_label_fontsize: 12
legend_fontsize: 12
show_all_obs_fit: true
show_stats_text: false
show_x_marginal_hist: true
show_y_marginal_hist: true
x_marginal_hist_bins: 10
y_marginal_hist_bins: 10
x_marginal_hist_height_ratio: 0.3
y_marginal_hist_width_ratio: 0.3
dpi: 300
bbox_inches: tight
plot_dotplot_simulate_1_var_covar_age__runs:
baseline:
run: true