-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Volumetric mixed effects #342
Comments
I am also struggeling with making brainstat work for volumetric input. I do not get the error shown above, but multiple problems keep me from getting valid results.
Brainstat looks like an amazing tool to properly move from bash/FSL to python, especially since nilearn does not offer the mixed model approach. I am of course totally open to brainstat specializing on surface data, but currently it is not clear to me to which extent this (should) work. |
Hello Experts! Have there been any updates on using the slm_mixed on volumetric NIFTI data? I understand that both the 'rft' feature as well as all of the plotting seems to rely on having a surface that contains both vertices and faces. The foundational paper does say that volumetric analysis is possible but so far this capability is rather elusive. For context, I am working with cortical thickness data in the Oasis-TRT template space (from ANTs / Mindboggle). Best, |
Like the previous posts, I also assume that BrainStat can perform volume analyses, since SurfStat was prepared for the task, and BrainStat is just awesome. But, also like the others, I cannot get it to work. I cannot figure out how data must be input, since |
I am trying to run a mixed effects model using Brainstat with volumetric data (NIFTIs). I was under the impression that Brainstat can do analyses on volumes (as per the companion paper and the documentation landing page). However, I'm not really sure how to go about this, as the tutorials and documentation are surface-centric.
Is the statistics module strictly surface data after all? If not, then what's the way to go about using
SLM
with volumetric data?My code resembles this following basic example, with the
???
indicating where I am confused with regards to volumetric input:The last line raises an internal type error if I set
surf=mask
inSLM
. If I take outsurf
andmask
completely inSLM
, I still get internal type errors. What am I missing in order for it to run on volumetric data, unless I am totally mistaken?Example of the type error I get regardless:
The text was updated successfully, but these errors were encountered: