|
1 | 1 | # SynTrackerVis: a Python-based web application for interactive visual analysis of SynTracker's results |
2 | 2 |
|
3 | | -### Version 1.0.2 |
| 3 | +### Version 1.0.3 |
4 | 4 |
|
5 | 5 | ## Overview |
6 | 6 |
|
@@ -121,9 +121,20 @@ The features are derived from the upoaded metadata file and can be interactively |
121 | 121 |
|
122 | 122 | ### Clustered heatmap plot |
123 | 123 |
|
124 | | -This plot presents the APSS (Average Pairwise Synteny Scores) of between the included pairwise comparisons as a clustered heatmap. |
125 | | -The colormap can be interactively selected from a list of available colormaps. |
126 | | -Please note that in case the number of samples exceeds the limit of 120, the heatmap plot cannot be |
| 124 | +This plot presents the APSS (Average Pairwise Synteny Scores) of the included pairwise comparisons as a clustered heatmap. |
| 125 | +The colormap for the scores can be interactively selected from a list of available colormaps. |
| 126 | + |
| 127 | +**Including metadata:** An additional column, coloring the rows by a requested metadata feature, |
| 128 | +can be added when checking the 'Use metadata for coloring' option. |
| 129 | +- Color rows by: select a metadata feature, by which the rows in the additional column will be colored. |
| 130 | +- Select colormap: select a colormap from the drop-down menu to color the different groups of the selected feature. |
| 131 | +When selecting the 'Define custom colormap' option, the 'Custom colormap' text input widget becomes active. |
| 132 | +- Custom colormap: here the user can enter a list of colors, separated by commas. |
| 133 | +The colors can be provided as standard names (like: red, blue) or Hex-RGB values (like: #FF0000). |
| 134 | +A detailed guide for color notations: https://www.w3.org/TR/css-color-4/#named-colors . |
| 135 | + |
| 136 | + |
| 137 | +Please note that in case the number of samples exceeds the limit of 150, the heatmap plot cannot be |
127 | 138 | displayed properly. The scoring matrix is provided for download and can be used in another visualization program. |
128 | 139 |
|
129 | 140 | ### Network plot |
|
0 commit comments