Skip to content
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

PyNets: Automated network analysis for rsfMRI-dMRI #26

Open
Remi-Gau opened this issue Nov 29, 2022 · 0 comments
Open

PyNets: Automated network analysis for rsfMRI-dMRI #26

Remi-Gau opened this issue Nov 29, 2022 · 0 comments

Comments

@Remi-Gau
Copy link
Contributor

Derek P., Aki, Charles, Andrew, Dan
https://github.com/dpisner453/PyNets

PyNets automates functional and diffusion-weighted MRI network analysis in python using the Networkx package.

Problem: Network analysis packages for neuroimaging are not implemented in python, preventing them from using the power of nipype.

Solution: In PyNets, we harness the power of nipype, nilearn, and networkx to automatically generate a range of graph theory metrics on a subject-by-subject basis.

More specifically: PyNets utilizes nilearn and networkx tools in a nipype workflow to automatically generate rsfMRI networks (whole-brain, or RSN's like the DMN) based on a variety of atlas-defined parcellation schemes, and then automatically plot associated adjacency matrices, connectome visualizations, and extract the following graph theoretical measures from those networks (both binary and weighted undirected versions, with a user-defined thresholding): global efficiency, local efficiency, transitivity, degree assortativity coefficient, average clustering coefficient, average shortest path length, betweenness centrality, degree pearson correlation coefficient, number of cliques

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant