Skip to content

Commit 3b38264

Browse files
committed
update headers and paths
1 parent b72037c commit 3b38264

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/notebooks/cell_search_tutorial_1.ipynb

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@
111111
"source": [
112112
"# Instantiate the CellQuery object.\n",
113113
"# Replace model_path with your local file path.\n",
114-
"from scimilarity import ModelPath\n",
115-
"model_path = ModelPath.model_paper\n",
114+
"model_path = '/models/model_v1'\n",
116115
"cq = CellQuery(model_path)"
117116
]
118117
},
@@ -229,8 +228,7 @@
229228
"id": "3b5ba1f3-4371-4b1f-9165-8d84f5377c96",
230229
"metadata": {},
231230
"source": [
232-
"### Compute visualization of embeddings\n",
233-
"#### Use UMAP to visualize SCimilarity embeddings"
231+
"### Compute visualization of embeddings"
234232
]
235233
},
236234
{
@@ -365,7 +363,7 @@
365363
"id": "a3aac50b-09c3-4d2d-b66e-208d476773cd",
366364
"metadata": {},
367365
"source": [
368-
"**GSM4058950** contains good quality myofibroblasts (based on the expression of myofibroblast canonical markers) "
366+
"GSM4058950 contains good quality myofibroblasts (based on the expression of myofibroblast canonical markers) "
369367
]
370368
},
371369
{
@@ -528,7 +526,7 @@
528526
"id": "3cfde83f-e498-424e-9d55-fdbf2b872aec",
529527
"metadata": {},
530528
"source": [
531-
"##### Exclude self-referencing results\n",
529+
"#### Exclude self-referencing results\n",
532530
"Naturally, queries searching for similar cells will highlight cells from the same study. To get a clearer view of the results, we often exclude those self-referencing hits."
533531
]
534532
},

0 commit comments

Comments
 (0)