Skip to content

Commit 17d0dfb

Browse files
committed
Version 1.0.3:
Clustered heatmap analysis: - Added the option to color the rows by metadata feature. - Updated manual.md accordingly.
1 parent e8bde1f commit 17d0dfb

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SynTrackerVis: a Python-based web application for interactive visual analysis of SynTracker's results
22

3-
### Version 1.0.2
3+
### Version 1.0.3
44

55
## Overview
66

SynTrackerVis_app/manual.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SynTrackerVis: a Python-based web application for interactive visual analysis of SynTracker's results
22

3-
### Version 1.0.2
3+
### Version 1.0.3
44

55
## Overview
66

@@ -121,9 +121,20 @@ The features are derived from the upoaded metadata file and can be interactively
121121

122122
### Clustered heatmap plot
123123

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
127138
displayed properly. The scoring matrix is provided for download and can be used in another visualization program.
128139

129140
### Network plot

0 commit comments

Comments
 (0)