diff options
author | BonfaceKilz | 2021-10-14 11:26:49 +0300 |
---|---|---|
committer | GitHub | 2021-10-14 11:26:49 +0300 |
commit | 631301a0888a16123283b382483e2b229a64e804 (patch) | |
tree | e820576fec3dddd5b7555eb67b54359a3b135e6b /doc/heatmap-generation.org | |
parent | 1022f9e75fc7f50a4f10a0607ad77ba85f906aa7 (diff) | |
parent | ba98ef026544d4437e65a7bd248ff9591296b48e (diff) | |
download | genenetwork2-631301a0888a16123283b382483e2b229a64e804.tar.gz |
Merge pull request #605 from genenetwork/clustered_heatmaps
Clustered heatmaps
Diffstat (limited to 'doc/heatmap-generation.org')
-rw-r--r-- | doc/heatmap-generation.org | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/heatmap-generation.org b/doc/heatmap-generation.org new file mode 100644 index 00000000..a697c70b --- /dev/null +++ b/doc/heatmap-generation.org @@ -0,0 +1,34 @@ +#+STARTUP: inlineimages +#+TITLE: Heatmap Generation +#+AUTHOR: Muriithi Frederick Muriuki + +* Generating Heatmaps + +Like a lot of other features, the heatmap generation requires an existing collection. If none exists, see [[][Creating a new collection]] for how to create a new collection. + +Once you have a collection, you can navigate to the collections page by clicking on the "Collections" link in the header + + +[[./images/gn2_header_collections.png]] + +From that page, pick the collection that you want to work with by clicking on its name on the collections table. + +That takes you to that collection's page, where you can select the data that you want to use to generate the heatmap. + +** Selecting Orientation + +Once you have selected the data, select the orientation of the heatmap you want generated. You do this by selecting either *"vertical"* or *"horizontal"* in the heatmaps form: + +[[./images/heatmap_form.png]] + +Once you have selected the orientation, click on the "Generate Heatmap" button as in the image above. + +The heatmap generation might take a while, but once it is done, an image shows up above the data table. + +** Downloading the PNG copy of the Heatmap + +Once the heatmap image is shown, hovering over it, displays some tools to interact with the image. + +To download, hover over the heatmap image, and click on the "Download plot as png" icon as shown. + +[[./images/heatmap_with_hover_tools.png]] |