Create the data directory with all the necessary surfaces for plotting and the png logo
Created the functions/clinical_reports.py
Comments
The multivariate analysis (mahalanobis) has a bug. I couldn't test its outputs: ADC-FA-flair-T1map-volume, ADC-FA-flair-qT1-thickness fails
I recommend to use the string morphometry on the mahalanobis outputs instead of volume|thickness in all structures (hippocampus, cortex and subcortex). Keep everything else the same
Note that there is only one value for cortical smooth 5mm, but is and optional variable in the function clinical_reports.py
Note that there is only one value of hippocampal smooth 2mm, but is and optional variable in the function clinical_reports.py
Check the permissions to write in the outdir
All maps with the the string _threshold-* can be removed since this feature can be plotted within the function. I didn’t use them the thresholded data.
Additionally I recommend to have only one variable thr for all the brain areas (cortex, subxortex and hippocampus). It is currently implemented like this
I created a new directory under zbrains/data it contains the png logo and all the surfaces for plotting.
The global variable zbrains MUST exist and is the path to the main repository <path_to/z-brains>
Other things
Question: I suggest to remove all the 5k derived data, unless it is used for the SVM models, it does not look good for plotting.
Question: Hippocampus why we have den=2 and 0p5 shall we remove one? The 0.5 den is way nicer. if this is used for SVM models the is ok.
Updates to the repo
functions/clinical_reports.py
Comments
morphometry
on the mahalanobis outputs instead ofvolume|thickness
in all structures (hippocampus, cortex and subcortex). Keep everything else the sameclinical_reports.py
clinical_reports.py
outdir
_threshold-*
can be removed since this feature can be plotted within the function. I didn’t use them the thresholded data.thr
for all the brain areas (cortex, subxortex and hippocampus). It is currently implemented like thiszbrains/data
it contains the png logo and all the surfaces for plotting.zbrains
MUST exist and is the path to the main repository<path_to/z-brains>
Other things