|
1 | 1 | # SynTrackerVis: a Python-based web application for interactive visual analysis of SynTracker's results
|
2 | 2 |
|
3 |
| -### Version 1.0.4 |
| 3 | +### Version 1.0.5 |
4 | 4 |
|
5 | 5 | ## Overview
|
6 | 6 |
|
@@ -105,7 +105,8 @@ The initial presented bar-plots allow the user to interactively change the numbe
|
105 | 105 | and see how it influences the number of sample-pairs comparisons and the total number of samples which can be taken into account
|
106 | 106 | in the following APSS-based analyses.
|
107 | 107 | The numbers of sub-sampled regions available for selection are: 40, 60, 80, 100, 125, 150, 175, 200, 250, 300, 350, 400.
|
108 |
| -In case the number of compared pairs, when selecting 40 regions, is lower than 100, the option 'All regions' is also available for selection. |
| 108 | +In case the number of compared pairs, when selecting 40 regions, is lower than 100, the option 'All regions' is also available for selection. |
| 109 | +Setting the desired subsampling number is done using the slider widget. |
109 | 110 | That means that all the compared pairs from all the available regions are included in the downstream analyses.
|
110 | 111 |
|
111 | 112 | By clicking the 'Display plots using the selected number of regions' button, the following downstream analyses are being calculated and displayed.
|
@@ -234,3 +235,36 @@ They appear in at least 50% of the compared sample-pairs.
|
234 | 235 | - **Filter plot button:** Clicking this button updates the plot, so that only pairwise comparisons, originating from the selected groups of the selected feature, will be included in the plot.
|
235 | 236 | - **Reset filteration button:** Clicking this button resets the filtering and updates the plot so that all data is shown.
|
236 | 237 |
|
| 238 | +## Multiple Genomes Visualization |
| 239 | + |
| 240 | +The multiple genomes visualisation tab is active when the input file contains more than one reference genomes. |
| 241 | +It presents APSS-based analysis for all the reference genomes or for a selected subset. |
| 242 | + |
| 243 | +### Setting the genomes that will be included in the analysis |
| 244 | +- **All genomes:** Include all available reference genomes. |
| 245 | +- **Select a subset of genomes:** Using the multi-select widget, it is possible to select specific genomes to be included in the analysis. |
| 246 | +By default, the genomes are sorted by their abundance (the number of compared pairs), but they can be sorted alphabetically by their names as well. |
| 247 | +- **Update genome selection button:** Clicking this button updates the set of genomes that are included in the analysis. |
| 248 | + |
| 249 | +### Initial bar-plots |
| 250 | +The initial presented bar-plots allow the user to interactively change the number of sub-sampled regions |
| 251 | +and see how it influences the number of compared sample-pairs and the total number of species that can be taken into account |
| 252 | +in the following APSS-based analysis. |
| 253 | +The numbers of sub-sampled regions available for selection are: 40, 60, 80, 100, 125, 150, 175, 200, 250, 300, 350, 400. |
| 254 | +In case the number of compared pairs, when selecting 40 regions, is lower than 100, the option 'All regions' is also available for selection. |
| 255 | +That means that all the compared pairs from all the available regions are included in the downstream analysis. |
| 256 | +Setting the desired subsampling number is done using the slider widget. |
| 257 | + |
| 258 | +By clicking the 'Display plots using the selected number of regions' button, the following downstream analyses are being calculated and displayed. |
| 259 | + |
| 260 | +### APSS distribution among species plot |
| 261 | + |
| 262 | +This plot shows the APSS distribution among all the compared sample-pairs of each included reference genome as a boxplot. |
| 263 | +The plot color can be changed using the color-picker widget. |
| 264 | + |
| 265 | +**Including metadata:** When checking the 'Use metadata in plot' checkbox, it is possible to select a feature, |
| 266 | +by which the comparisons can be divided into two categories: same / different. |
| 267 | +for example: if the selected feature is 'country', the two categories are 'same country' and 'different country'. |
| 268 | +The features are derived from the uploaded metadata file and can be interactively selected from a drop-down menu. |
| 269 | +The colors of the same / different feature categories can be changed using the color-picker widgets. |
| 270 | +When using metadata, the P-values of the comparisons for the selected feature can be downloaded in addition to the APSS table. |
0 commit comments