-
Notifications
You must be signed in to change notification settings - Fork 35
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
AAL template extends beyond MNI cortical surface #367
Comments
Can you post the precise set of commands used to produce these results? |
After downloading as above, I did:
I also note that if I threshold the MNI at values 1 and higher (which surely includes some CSF), and plot the AAL mask on that, it still doesn't match up perfectly:
which results in this image: If I do a 3-category kmeans segmentation, combine presumed gray and white matter portions of this, and then plot the AAL on top, it shows even less of a match to the surface:
Which results in this: I realize things won't be exact, but I just want to be sure I'm not misunderstanding something here. My thought is the following: The original segmentation of the MNI was a best-guess to begin with, of course. Since my ultimate goal is to compare populations with respect to size of different AAL areas, then as long as I register the MNI atlas to each individual within both populations the same way, the differences between these populations in average AAL area sizes will likely be reasonable, even if the registration to any given individual is imperfect, and even if the AAL itself doesn't exactly match the MNI atlas used. This assumes either random errors or the same biases in the same ways in both populations. Given that the study I'm comparing my present work to essentially ignored these issues, this seems reasonable to me - but I'd be interested in any thoughts. -Tom |
yes - AAL labels are very crude, from the start. undergrads paid to roughly segment structures - done something like 20 years ago. |
OK. Any thoughts about why the AAL doesn't match the MNI particularly closely (the areas were drawn on a version of the MNI, so it seems odd to me they wouldn't match more closely)? Also: are there other segmentation akin to the AAL that anyone might recommend in place of them? -Tom |
they are intended to be masked by tissue after the fact |
That makes sense. Is there a published reference by any chance that makes this clear, that I can include in my manuscript? -Tom |
My go-to for all things MNI is the LEAD-DBS page |
I'm using the AAL template and MNI atlas available from ANTsR:
mymni<-list(antsImageRead(getANTsRData("mni")), antsImageRead(getANTsRData("mnia")))
I know how to register the MNI to individual brains, and then use that mapping to move the AAL segmentation into that individual brain space. However, when I plot the MNI atlas with the AAL segmentation as overlay, it looks like the AAL areas extend beyond the cortical surface of the MNI atlas:
antsMNI_with_AAL_overlay.pdf
I realize I can mask out these non-brain parts after registering to my individual brain (or masking the AAL template using the MNI atlas before registering to the individual brain), but I just want to be sure I'm not missing something. Is there a reason the AAL template appears to extend outside the MNI atlas?
Thanks once again for these beautiful tools...
-Tom
The text was updated successfully, but these errors were encountered: