summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuriithi Frederick Muriuki2021-09-09 11:08:12 +0300
committerMuriithi Frederick Muriuki2021-09-09 11:08:12 +0300
commit1f5873d1ccc8b842baf18b6edacde3ff5b362b1b (patch)
treea842ac0817fa1f39410c50586db083cea5f9d768
parent34218e512bedbce2aeb33264b9a9c82e67086586 (diff)
downloadgn-gemtext-1f5873d1ccc8b842baf18b6edacde3ff5b362b1b.tar.gz
Update issue with progress
-rw-r--r--topics/gn1-migration-to-gn2/clustering.gmi6
1 files changed, 6 insertions, 0 deletions
diff --git a/topics/gn1-migration-to-gn2/clustering.gmi b/topics/gn1-migration-to-gn2/clustering.gmi
index 2fdb46f..fd377eb 100644
--- a/topics/gn1-migration-to-gn2/clustering.gmi
+++ b/topics/gn1-migration-to-gn2/clustering.gmi
@@ -332,3 +332,9 @@ This means that I need to organise the data provided in a way that we can genera
Finalise on generation of the individual chromosome heatmaps.
Start figuring out how to combine the individual heatmaps into one large one
+
+### 11:05
+
+Combining the plots with ~plotly.subplots.make_subplots~ function seems to get us some way towards getting the final heatmap.
+
+The clustering lines, are still not drawn however. There were explorations of dendrograms done to see whether that can help with that.