27 files changed, 179 insertions, 549 deletions
@@ -1,17 +1,24 @@ | |||
1 | Visualization system to explore the data from exp004. | 1 | Visualization system to explore influenza sequence data. |
2 | 2 | ||
3 | Light gray is used to display unselected points. White is used to | 3 | Light gray is used to display unselected points. A yellow outline is |
4 | highlight the selection. | 4 | used to highlight the selection. |
5 | |||
6 | Use | ||
7 | 5 | ||
8 | ESC: Clear selection. | 6 | ESC: Clear selection. |
9 | Left-click, drag and release: Add box to selection. | 7 | |
10 | Left-click: Add points under mouse pointer to selection. | 8 | Left-click, drag: Pan. |
9 | |||
10 | CTRL + Left-click, drag and release: Add box to selection. | ||
11 | |||
11 | s: Selection will be used to define a set. | 12 | s: Selection will be used to define a set. |
13 | |||
12 | z: Selection will be used to define a zoom region. | 14 | z: Selection will be used to define a zoom region. |
15 | |||
13 | r: Reset the display (unzoom). | 16 | r: Reset the display (unzoom). |
17 | |||
14 | l: Toggle display of the legend (on by default). | 18 | l: Toggle display of the legend (on by default). |
19 | |||
20 | Mouse-wheel: scroll to zoom in or out by 10% of the window size with | ||
21 | the focus at the center of the window. | ||
15 | 22 | ||
16 | ====== | 23 | ====== |
17 | COFFEE | 24 | COFFEE |