Skip to content

Commit

Permalink
HOTFIX: removed a temporary cell from the tutorial notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabadi committed Jul 22, 2024
1 parent 3971777 commit b333b54
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions notebooks/quickstart_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The response will contain a list of annotation models and their brief descriptions. You need to choose the model that is suitable for your dataset. For this tutorial, we will choose **model_name**, which is suitable for annotating Human scRNA-seq datasets:"
"The response will contain a list of annotation models and their brief descriptions. You need to choose the model that is suitable for your dataset. For this tutorial, choose a model that is suitable for annotating human scRNA-seq datasets:"
]
},
{
Expand Down Expand Up @@ -318,24 +318,6 @@
">**Note:** In a nutshell, the visualization shows various cell type ontology terms as colored circles. The size of the circle signifies the occurence of the term in the entire dataset (or over the chosen group of cells). The color of the circle signifies the relevance score of the term in cells over which the term was found to have any degree of relevance. You can highlight the ontology term relevance scores over the UMAP scatter plot by clicking on the circles. You can also show the terms relevant to individual cells and their scores by clicking on a cell over the UMAP scatter plot. "
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"jupyter": {
"source_hidden": true
}
},
"outputs": [],
"source": [
"# (This is temporary and will be removed)\n",
"import pickle\n",
"\n",
"with open(\"./resources/pbmc_10x_v3_4k__cas_ontology_aware_response.pkl\", \"rb\") as f:\n",
" loader = pickle.Unpickler(f)\n",
" cas_ontology_aware_response = loader.load()"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit b333b54

Please sign in to comment.