-
Notifications
You must be signed in to change notification settings - Fork 53
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
extract global measures in addition to shape-specific measures #148
Comments
I agree. Which global measures would you like to include in the mindboggled output? By the way, this issue is related to issue #108. |
every measure that's in the header of aseg.stats + corpus callosum + ventricular stats. i don't think the latter two are present in the current output.
|
After running recon-all I see the following in a subject's stats/ folder:
FreeSurfer generates a lot of interesting information, and it's not obvious to me which of the above files would be good to include. If someone runs mindboggle123 (or recon-all as a preprocessing step to mindboggle) they will generate all of the above and have access to them. I don't think that copying these tables into Mindboggle's output tables/ directory is a good idea because they are not in a consistent format. Adding FreeSurfer's volume stats to Mindboggle's output tables might be a mistake as well, because many regions are redefined by the hybrid segmentation with ANTs... |
run asegstats2table returns a list of specific subcortical and whole brain stats for a subject. i would suggest including those only. |
Why do I have a syntax error?:
And why not aparcstats2table as well?... |
needs python2, not updated yet to use python 3 ( there is a version in their dev repo which would likely run on python3, but the script itself forces a python2 interpreter).
because in general you do extract those in the freesurfer table. i'm mostly thinking of things like ventricle volume, etiv, brain vol, which are not present in mindboggle output, but can be useful for normalizing, predicting, etc.,. |
given the python situation it would be best to perhaps just parse the aseg.stats directly using pandas. |
I won't be able to get to a pandas parsing for some time, unfortunately... |
@satra -- you didn't tackle whole-brain measures when you introduced LabelGeometry, did you? |
no - i tackled the pieces necessary to create this table. we are working on a nidmification of the outputs from freesurfer and ants. once that's ready i'll add that in to the code. |
in the mindboggle output none of the global measures/stats evaluated by the underlying tools are extracted. while it's possible to go back and extract them separately, it would nice to have them in the mindboggled output.
The text was updated successfully, but these errors were encountered: