diff options
author | Muriithi Frederick Muriuki | 2021-09-09 11:08:12 +0300 |
---|---|---|
committer | Muriithi Frederick Muriuki | 2021-09-09 11:08:12 +0300 |
commit | 1f5873d1ccc8b842baf18b6edacde3ff5b362b1b (patch) | |
tree | a842ac0817fa1f39410c50586db083cea5f9d768 /topics/gn1-migration-to-gn2 | |
parent | 34218e512bedbce2aeb33264b9a9c82e67086586 (diff) | |
download | gn-gemtext-1f5873d1ccc8b842baf18b6edacde3ff5b362b1b.tar.gz |
Update issue with progress
Diffstat (limited to 'topics/gn1-migration-to-gn2')
-rw-r--r-- | topics/gn1-migration-to-gn2/clustering.gmi | 6 |
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. |