summaryrefslogtreecommitdiff
path: root/topics/gn1-migration-to-gn2
diff options
context:
space:
mode:
authorMuriithi Frederick Muriuki2021-09-09 06:10:33 +0300
committerMuriithi Frederick Muriuki2021-09-09 06:10:33 +0300
commita9a9345315920d8eb62915ddbdb88e3e4a1cf312 (patch)
tree1f011f1a04d6a09e32c9724c0f632e9b8fd8c0db /topics/gn1-migration-to-gn2
parent1ef68165a5f11e93d5a981115d80114b73b49829 (diff)
downloadgn-gemtext-a9a9345315920d8eb62915ddbdb88e3e4a1cf312.tar.gz
Update status of implementation efforts
* topics/gn1-migration-to-gn2/clustering.gmi: update status * topics/gn1-migration-to-gn2/sample_clustering_heatmap.png: add missing sample heatmap image
Diffstat (limited to 'topics/gn1-migration-to-gn2')
-rw-r--r--topics/gn1-migration-to-gn2/clustering.gmi26
-rw-r--r--topics/gn1-migration-to-gn2/sample_clustering_heatmap.pngbin0 -> 207561 bytes
2 files changed, 26 insertions, 0 deletions
diff --git a/topics/gn1-migration-to-gn2/clustering.gmi b/topics/gn1-migration-to-gn2/clustering.gmi
index 74cd3de..2fdb46f 100644
--- a/topics/gn1-migration-to-gn2/clustering.gmi
+++ b/topics/gn1-migration-to-gn2/clustering.gmi
@@ -306,3 +306,29 @@ Succeeded in
* testing the /rust-qtlreaper/ interface code
Now to integrate the results into the main code, and start looking into parsing the results of running qtlreaper into data we can use to generate heatmaps.
+
+## 2021-09-06
+
+The results are parsed and the following information has been gleaned so far, considering:
+
+=> ./sample_clustering_heatmap.png the 'Cluster Traits' heatmap
+
+The values on the vertical axis [0 .. 19, "X"] come from the "Chr" field of the parsed QTLReaper results
+
+There are 5 additional values that exist in the QTLReaper results: these are, "cM", "Mb", "LRS", "Additive" and "pValue" - of these, it seems like the "LRS" value is what is plotted on the heatmap.
+
+The values for "Additive", "Locus", and "Chr" seem to modify the colours, and where the values are plotted on the chart. They might not find much use in GN3, from the look of things.
+
+## 2021-09-08
+
+After further analysis of the data, and comparing it with the sample heatmaps generated from GN1, it seems like the GN1 heatmap diagram is actually a number of heatmaps, all sharing the same axis (X) for the traits, but having different Chromosome axes (Y).
+
+This means that I need to organise the data provided in a way that we can generate these set of heatmaps, and also figure out how to merge them in such a way that they share the same traits axis.
+
+## 2021-09-09
+
+### 06:10
+
+Finalise on generation of the individual chromosome heatmaps.
+
+Start figuring out how to combine the individual heatmaps into one large one
diff --git a/topics/gn1-migration-to-gn2/sample_clustering_heatmap.png b/topics/gn1-migration-to-gn2/sample_clustering_heatmap.png
new file mode 100644
index 0000000..6fa71f6
--- /dev/null
+++ b/topics/gn1-migration-to-gn2/sample_clustering_heatmap.png
Binary files differ