From d7d930fac823a6589e4b2a1a55aca9b03c1b2c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Gonz=C3=A1lez-Delgado?= <88046156+gonzalez-delgado@users.noreply.github.com> Date: Tue, 27 Jun 2023 16:06:39 +0200 Subject: [PATCH] Update contact_clustering.ipynb --- concha/contact_clustering.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concha/contact_clustering.ipynb b/concha/contact_clustering.ipynb index a930724..bfbfeef 100644 --- a/concha/contact_clustering.ipynb +++ b/concha/contact_clustering.ipynb @@ -187,7 +187,7 @@ "source": [ "#### Results visualization\n", "\n", - "Clustering partition visualized on the 2-dimensional UMAP space. This illustrates the repartition of conformations among clusters and their corresponding occupancy. By looking at the number of connected components in the space, the minimum cluster size might be re-calibrated. Note that unclassified points appear in gray.\n", + "Clustering partition visualized on the 2-dimensional UMAP space. This illustrates the repartition of conformations among clusters and their corresponding occupancy. By looking at the number of connected components in the space, the minimum cluster size might be re-calibrated. Note that unclassified points appear in gray.\n" ] }, { -- GitLab