-
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
Difference between DKT40 and DKT31 OASIS? #215
Comments
Hi Naren @WNZhao1988, Off-hand, I'm not entirely sure if they are exactly the same. DKT40 and DKT31 both have the different numbers of parcellations. From what I understand, it is true that DKT40 is better suited for surfaces, and DKT31 better suited for volumetric stuff (I believe DKT31 was created with a combination of landmarks but also probabilistic maps, while DKT40 was only landmarks). But I'm not sure if or how DKT40's 40 parcellations map directly to DKT31's 31 parcellations. When you say you need to do some analysis in volumetric space, is this independent of the processing you did in Freesurfer, or are you using some of the Freesurfer outputs to inform/convert over to volumetric space? |
Hi Sgiavasis @sgiavasis, Thank you for your reply! I think DKT40 and DKT31 may be the same because it seems parcels in DKT31 are all covered in DKT40 based on the parcel labels. The analysis in volumetric space is this independent of the processing in Freesurfer. Basically, I want to find the same brain region in volumetric space with DKT31 and in surface space with DKT40. |
For the DKT31 labeling protocol, please see: https://mindboggle.readthedocs.io/en/latest/labels.html The DKT40 is a brain atlas created from 40 brains labeled according to the DKT31 labeling protocol. Please see:
|
Dear Mindboggle project maintainers,
Can I assume DKT40 in Freesurfer and DKT31 OASIS (OASIS-TRT-20_jointfusion_DKT31_CMA_labels_in_MNI152_v2.nii.gz) are the same, except one is the surface version and the other is the volumetric version? Since after I run reconall in Freesurfer and get the DKT40 outputs, I also need to do some analysis in volumetric space. So, I want to ensure the parcellation I use in volumetric MNI space is the same as the parcellation DKT40 in Freesurfer.
Best regards,
Naren
The text was updated successfully, but these errors were encountered: