Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 9, 2024
1 parent d1457d1 commit d571518
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/notebooks/geneGATer_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"import geneGATer as gt\n",
"import squidpy as sq\n",
"import numpy as np\n",
"import pandas as pd\n",
"import scanpy as sc"
]
},
Expand Down Expand Up @@ -235,7 +234,7 @@
},
"outputs": [],
"source": [
"np.save('squid_genes.npy', result[4]) "
"np.save('squid_genes.npy', result[4])"
]
},
{
Expand Down Expand Up @@ -621,7 +620,7 @@
" fdr_method=None,\n",
" copy=True,\n",
" interactions_params={\"resources\": \"CellPhoneDB\"},\n",
" threshold=0.1, seed=0, n_perms=10000, n_jobs=1, use_raw=False) \n",
" threshold=0.1, seed=0, n_perms=10000, n_jobs=1, use_raw=False)\n",
"\n",
"df = res[\"pvalues\"]\n",
"print(\"Number of CellPhoneDB interactions:\", len(df))\n",
Expand Down

0 comments on commit d571518

Please sign in to comment.