From 2580faa81d01d4e9b37b36c9de88cdce1d68f0e6 Mon Sep 17 00:00:00 2001 From: Ciaran Neely <110919848+cicilapetitesorciere@users.noreply.github.com> Date: Fri, 10 Jan 2025 11:40:25 -0500 Subject: [PATCH] Added comma to improve readability (#312) --- jupyter-book/cellular_structure/annotation.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyter-book/cellular_structure/annotation.ipynb b/jupyter-book/cellular_structure/annotation.ipynb index c6dda883..060abc1c 100644 --- a/jupyter-book/cellular_structure/annotation.ipynb +++ b/jupyter-book/cellular_structure/annotation.ipynb @@ -180,7 +180,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "In this setting the data is often clustered before annotation, so that we can annotate groups of cells instead of making a per-cell call. This is not only less laborious, but also more robust to noise: a single cell might not have a count for a specific marker even if it was expressed in that cell, simply due to the inherent sparsity of single cell data. Clustering enables the detection of cells highly similar in overall gene expression and can therefore account for drop-outs at single cell level. " + "In this setting, the data is often clustered before annotation, so that we can annotate groups of cells instead of making a per-cell call. This is not only less laborious, but also more robust to noise: a single cell might not have a count for a specific marker even if it was expressed in that cell, simply due to the inherent sparsity of single cell data. Clustering enables the detection of cells highly similar in overall gene expression and can therefore account for drop-outs at single cell level. " ] }, {