Hi Doug,
I'm still having trouble understanding what value I should use for --min in mri_binarize. When I contrast Condition A and Condition B when using a mask to only include differences in activation (as opposed to differences in deactivation), I still see small regions of the brain (e.g. frontal pole) that show changes in deactivation. See attached figures and my previous email for reference (copied below)
Thank you!
Maya
Hi Doug,
Thanks for your response. I implemented what you suggested, but I'm unclear
as to what I should use as the value for --min when i use mri_binarize? At
first I used 1.3, but that masked out almost all the activation. I lowered
it to 0.1 just to see what would happen. That looked overall more
reasonable (i.e. showing differences where there is activation and not
where there are differences in deactivation). However, there are a couple
of very small regions that are still showing up as having a significant
difference between Condition A and Condition B, when in fact that
difference is due to differences in deactivation (i.e. more deactivation in
Condition B than Condition A --> shows up as A greater than B).
I'd like to know what a reasonable value for the --min flag and if you have
any insight into why I am still seeing some regions that show differences
in deactivation.
Here's what I ran:
mri_binarize --i CONDITION_Avpassive/ces.nii.gz --mask
CONDITION_Bvpassive/ces.nii.gz --mask-thresh 0.00001 --o
ConditionAvsConditionB/point1.ces.nii --min 0.1
mri_glmfit --y ConditionAvsConditionB/ces.nii.gz --osgm --mask
ConditionAvsConditionB/point1.ces.nii --glmdir point1_masked.rfx
--nii --surf fsaverage lh
Thanks for the help!
Maya
For reference, I've attached 3 images. ConditionA vs Passive, Condition B vs Passive, and what the above mri_binarize and mri_glmfit commands give me when I try exclude changes in deactivation. Please note the yellow region at the frontal pole in the masked_ConditionAvsConditionB.png. That region shows greater deactivation in ConditionBvsPASSIVE compared to ConditionAvPASSIVE, and therefore should not show up in the masked version of the contrast of Condition A and Condition B.