-
Notifications
You must be signed in to change notification settings - Fork 11
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
Destrieux Atlas - number of regions #2
Comments
Thank you Maria for your interest in my code. The regions follow the same order than in the .annot file. You can read it with read_annotation matlab function. I did it for the a2009s.annot atlas and I got 76 regions per hemisphere which matches the 152 regions that you get (first 76 are left and last 76 are right hemisphere). Here you have the list of name regions: [vertices, label, colortable] = read_annotation('/home/rr480/rds/rds-caesar-hHzy0ewqoFU/group/p00433/1-preprocessed/25986/preop/imaging/structural/FS/label/rh.aparc.a2009s.annot')
|
Perfect - thanks so much :) Maria |
Your welcome. btw, I'm sure you know but remember to remove rows 1 and 77 from your analyses (the unknown regions) |
Dear Rafael,
Thank you for sharing this code. I generated a gene expression matrix using the Destrieux atlas parcellation scheme (aparc.a2009s.nii.gz). The resulting matrix contains 152 regions -- I expected 148 regions for this atlas. Do you have a list of labels for each region comprising the gene expression matrix for this parcellation?
Thank you kindly,
Maria
The text was updated successfully, but these errors were encountered: