Skip to content

seralouk/Voxel_wise_Laplace_Modularity

Repository files navigation

Fine-grained spectral mapping of voxel-wise connectivity: A framework and application on resting-state brain fMRI data

Code accompanying the Ph.D. disseration of Serafeim LOUKAS entitled: "Multivariate and predictive models for brain connectivity with application to neurodevelopment".

URL: https://infoscience.epfl.ch/record/285683?ln=en, Thèse n. 8854 (EPFL, 2021)


main_modularity_acc.py: the main script for modularity estimation using Accordance as the weighted, undirected adjacency matrix of the underlying network

main_modularity_disc.py: the main script for modularity estimation using Discordance as the weighted, undirected adjacency matrix of the underlying network

main_laplacian_acc.py: the main script for normalized laplacian estimation using Accordance as the weighted, undirected adjacency matrix of the underlying network

main_laplacian_disc.py: the main script for normalized laplacian estimation using Discordance as the weighted, undirected adjacency matrix of the underlying network

Dependencies: numpy, scipy, os, nibabel and pandas


Important:


Note:

  • For the core framework only numpy and scipy are needed.
  • For loading some data and actually saving the eigenvectors as brain maps, os, nibabel and pandas are also needed.

Usage: In the main directory, launch python3 main_modularity_acc.py depending on the desired case.


The code for the overlay of the Yeo functional atlases onto the leading eigenmodes can be found here: https://github.com/seralouk/Brain_3D_Volume_Yeo_Mapping

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages