Skip to content

Commit

Permalink
🎨 remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
enryH committed Feb 20, 2025
1 parent f17a479 commit 7a84d40
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/api_examples/enrichment_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@
"outputs": [],
"source": [
"group = \"Status\"\n",
"covariates = [\"PlatinumValue\"]\n",
"diff_reg = acore.differential_regulation.run_anova(\n",
" df_omics.join(df_meta[[group]]),\n",
" drop_cols=[],\n",
Expand Down
1 change: 0 additions & 1 deletion docs/api_examples/enrichment_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@

# %%
group = "Status"
covariates = ["PlatinumValue"]
diff_reg = acore.differential_regulation.run_anova(
df_omics.join(df_meta[[group]]),
drop_cols=[],
Expand Down

0 comments on commit 7a84d40

Please sign in to comment.