Skip to content

Commit

Permalink
🎨 Add missing validate call (#168)
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson authored Nov 5, 2024
1 parent bc31b52 commit 9a9dc84
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/scrna2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,13 @@
},
"outputs": [],
"source": [
"curate = ln.Curator.from_anndata(\n",
"curator = ln.Curator.from_anndata(\n",
" adata,\n",
" var_index=bt.Gene.symbol,\n",
" categoricals={\"cell_type_untrusted\": bt.CellType.name},\n",
" organism=\"human\",\n",
")"
")\n",
"curator.validate()"
]
},
{
Expand Down

0 comments on commit 9a9dc84

Please sign in to comment.