thenineteen / Semiology-Visualisation-Tool

Data driven 3D brain visualisation of semiology. Semiology to anatomy translator based on over 4600 patients from 309 peer-reviewed articles.
MIT License
9 stars 6 forks source link

Proportions option: adjacent and symmetric GIFs should be grouped together #214

Open thenineteen opened 3 years ago

thenineteen commented 3 years ago

When using the proportions option, e.g. below, the MFG and opercular part of the IFG are two separate ROIs with around 3% probability of localisation each. These should be grouped together and their probabilities summed.

Concretely, contiguous adjacent regions with similar proportions, should be grouped together. this could be achieved through: binning proportions based on deciles [e.g., 0.01 to 0.2% making up the lowest decile, and 2.8 to 3% making up the top decile] and if two or more adjacent GIF regions fall into the same bin, then their probabilities are added together and the colour bar is reformatted to the new display.

image (Left sided tonic, GT: all, Prior: SS, Ages: all, Resolution: high, Normalised: yes, proportions).

thenineteen commented 3 years ago

This should at least be the default for the low-resolution and proportions case:

GIFs from the same lobe are summed, and the summed proportion is displayed for each region (table would still list them separately for now)