Interactive application for visualizing whole-brain surface vertex-wise statistical maps.
The app generates 3D brain surface maps based on a given results directory.
The results directory should contain the output generated using verywise (or QDECR).
You can try the application online here.
The 3D brain surface reconstructions (especially the high-resolution ones) may be faster to generate on your local machine. To run the application locally (on a UNIX system with Python 3.9 installed), run the following lines into your terminal:
git clone https://github.com/SereDef/verywise-wizard
cd verywise-wizard
pip install -r requirements.txt
shiny run --launch-browser app.py
This work was supported by the FLAG-ERA grant Infant2Adult and by The Netherlands Organization for Health Research and Development (ZonMw, grant number 16080606).

