The interactive explorer is a browser-based application for inspecting posterior samples from an sBayes analysis.
Unlike static plots, the explorer allows users to interactively step through posterior samples or summarise them over a range, making it useful for diagnosing MCMC convergence and exploring the posterior distribution.
From the command line:
sblot-interactive --conf family
Then open the interactive map in your browser at the address shown in the command line, e.g., http://127.0.0.1:8050/.
Additional options:
| Option | Default | Description |
|---|---|---|
--conf |
required | Name of the confounder column in the data CSV e.g. family |
-d, --data |
null |
Optional path to a data CSV file to pre-load on startup |
-p, --port |
8050 |
Port used to serve the application |
-c, --crs |
epsg:4326 |
Coordinate reference system of the input data |
After uploading a data CSV file, the Data tab shows a geographic map of all objects and two subtabs:
The figure below shows an interactive feature map.
After uploading a clusters file (clusters_*.txt), the Results tab becomes available. It shows:
The current map can be downloaded as a self-contained HTML file by clicking the Download map as HTML button. The downloaded file can be opened in any browser and shared without requiring sBlot to be installed.