Skip to content

Commit

Permalink
baseline models are structured. util added:attemp6
Browse files Browse the repository at this point in the history
  • Loading branch information
janursa committed Sep 19, 2024
1 parent 094a88f commit 0f9772f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
7 changes: 4 additions & 3 deletions runs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Baseline scores on donor 0. Normalized, non cell type specific, full "
"### Baseline scores on donor 0. Normalized, non cell type specific"
]
},
{
Expand Down Expand Up @@ -254,15 +254,16 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Baseline scores on donor 0. non normalized, non cell type specific"
"### Baseline scores on donor 0. Not normalized, non cell type specific"
]
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 8,
"metadata": {},
"outputs": [],
"source": [
"RUN_ID=\"benchmark_donor_0_baselines_nonspecific_notnormalized\"\n",
"\n"
]
},
Expand Down
4 changes: 2 additions & 2 deletions scripts/run_benchmark_all.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# RUN_ID="run_$(date +%Y-%m-%d_%H-%M-%S)"
RUN_ID="benchmark_donor_0_baselines_specific"
RUN_ID="benchmark_donor_0_baselines_nonspecific_notnormalized"
# resources_dir="./resources_test/"
resources_dir="s3://openproblems-data/resources/grn"
publish_dir="${resources_dir}/results/${RUN_ID}"
Expand All @@ -11,7 +11,7 @@ subsample=-2
max_workers=10
layer='scgen_pearson'
metric_ids="[regression_1, regression_2]"
cell_type_specific=true #for controls
cell_type_specific=false #for controls
normalize=false
only_hvgs=false
# method_ids="[tigress, ennet, scsgl, pidc]"
Expand Down
1 change: 0 additions & 1 deletion src/workflows/run_benchmark/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ workflow run_wf {
// construct list of methods
methods = [
portia,
ennet,
genie3,
grnboost2,
ppcor,
Expand Down

0 comments on commit 0f9772f

Please sign in to comment.