yunshiuan / label4MRI

Label the brain MNI coordinate by AAL/BA system
GNU General Public License v3.0
55 stars 19 forks source link

Brodmann areas #11

Closed FelixGunzer closed 3 years ago

FelixGunzer commented 3 years ago

Hey, I am using your R package to label multiple brain volumes for my thesis. May I ask how you assign Brodmann areas in your "mni_to_region_name" function?

Usually, one converts MNI coordinates to Talairach space before assigning them to Brodmann areas, e.g. via MATLAB. Do you have as well a conversion running in the background or do I have to convert it by my self and then use your mni_to_region_name, although I would technically use Talairach coordinates?

yunshiuan commented 3 years ago

I retrieved the Brodman area labels from the Brodman template in mricron, which is stored with MNI coordinates. If you are using Talairach coordinates but want to utalize the "mni_to_region_name" function, you should first convert them to MNI coordinates.