Skip to content

Commit

Permalink
baseline models are structured. util added:attemp5
Browse files Browse the repository at this point in the history
  • Loading branch information
janursa committed Sep 19, 2024
1 parent 2da5f28 commit 094a88f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
4 changes: 3 additions & 1 deletion runs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,9 @@
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
"source": [
"\n"
]
},
{
"cell_type": "markdown",
Expand Down
4 changes: 4 additions & 0 deletions scripts/run_benchmark_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ max_workers=10
layer='scgen_pearson'
metric_ids="[regression_1, regression_2]"
cell_type_specific=true #for controls
normalize=false
only_hvgs=false
# method_ids="[tigress, ennet, scsgl, pidc]"
method_ids="[pearson_corr, pearson_causal, positive_control]"

Expand All @@ -33,6 +35,8 @@ param_list:
consensus: ${resources_dir}/prior/consensus-num-regulators.json
tf_all: ${resources_dir}/prior/tf_all.csv
cell_type_specific: ${cell_type_specific}
normalize: ${normalize}
only_hvgs: ${only_hvgs}
output_state: "state.yaml"
publish_dir: "$publish_dir"
Expand Down
8 changes: 8 additions & 0 deletions src/workflows/run_benchmark/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ functionality:
required: false
direction: input
default: true
- name: --normalize
type: boolean
required: false
direction: input
- name: --only_hvgs
type: boolean
required: false
direction: input


- name: Outputs
Expand Down

0 comments on commit 094a88f

Please sign in to comment.