diff options
author | Muriithi Frederick Muriuki | 2021-08-20 13:21:31 +0300 |
---|---|---|
committer | Muriithi Frederick Muriuki | 2021-08-20 13:21:31 +0300 |
commit | ded960e3d32e4d7ebe590deda27fc47175be73d9 (patch) | |
tree | 6f51ff61ac6fd20f3b5ca65805b9f81ec65efce1 /.github | |
parent | 41fc5136914548710529cbed7ef370dfb5b4a5c8 (diff) | |
download | genenetwork3-ded960e3d32e4d7ebe590deda27fc47175be73d9.tar.gz |
Add tests for ordering and implement function
Issue:
https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/clustering.gmi
* gn3/computations/heatmap.py: implement new ordering function
* tests/unit/computations/test_heatmap.py: add new tests
Implement the ordering function to migrate the setup of the `neworder`
variable from GN1 to GN3.
This migration is incomplete, since there is dependence on the return from
the `web.webqtl.heatmap.Heatmap.draw` function in form of the `d_1` variable
in some of the paths.
The thing is, this `d_1` variable, and the `xoffset` variable seem to be
used for laying out things on the drawn heatmap, and might actually end up
not being needed for the new system using plotly, which has other ways of
laying out things on the drawing.
For now though, this commit "shims" the presence of these values until when
the use of these variables is confirmed as present or absent in the new GN3
system.
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions