-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Research question(s)
- Can we create a brain parcellation using data from pre-adolescent subjects?
- How similar/dissimilar is this parcellation compared to an adult parcellation?
Description
This project aims to create a brain parcellation for pre-adolescents subjects using the ABCD dataset. When performing a neuroscience study, it is common to extract regions of interest using a parcellation scheme. Although many parcellation schemes exist, these parcellations have been derived from adult data and might lead to biases when applied to a different age group. In this project, we aim to create a pre-adolescent brain parcellation following the methods described by Yeo et al. (2011) using the ABCD dataset.
Tools and algorithms to be used
freesurfer, the original code for the parcellation is in Matlab (it is an open question if we want to translate it to Python or just adapt the original code for our dataset)
Skills we could use help with
any programming skills or familiarity with the ABCD dataset are welcome
General idea of how to structure the project
-
Establish the common spherical coordinates
-
Apply clustering approach to define the boundaries of the functionally distinct cortical regions (von Mises-Fisher Distribution to identify clusters in a sphere)
- Define the optimal number of clusters (7-17 networks)
- Compute the confidence for each spatial location belonging to the assigned network (Silhouette metric)
-
Validate results on an independent part of the dataset
Useful literature
Yeo et al. (2011)
Review about parcellations of the human brain
Suggested keywords/tags
parcellations
neuroimaging
replication
resting-state functional connectivity
cluster analysis