You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Computes and plots of connectome-specific summary statistics as in ndmg:
Implement a load_graph() which takes the full path of the connectome to load
Implement a load_graphs() which takes the BIDS root directory, the output directory, the (sub)list, and the parcellation scheme. It will call load_graph() for each subject / session / parcellation scale.
Implement a compute_network_metrics() which:
differentiate structural and functional connectivity matrices and
compute for each connectivity matrix scale network measures and statistics (Number of non-zero edges, Max Local Statistic Sequence, Clustering Coefficients, Degree sequence, Edge weight sequence, , Eigen value, betweenness centrality, mean/median connectome)
sebastientourbier
changed the title
Computes and plots network statistics of structural connectivity matrics
Computes and plots network statistics of structural and functional connectivity matrices
Aug 29, 2019
sebastientourbier
changed the title
Computes and plots network statistics of structural and functional connectivity matrices
ENH: Computes and plots network statistics of structural and functional connectivity matrices
Dec 2, 2021
sebastientourbier
changed the title
ENH: Computes and plots network statistics of structural and functional connectivity matrices
ENH: Compute and plot network statistics of structural and functional connectivity matrices
Dec 2, 2021
Goal
Serve as quality assurance
Tasks
load_graph()
which takes the full path of the connectome to loadload_graphs()
which takes the BIDS root directory, the output directory, the (sub)list, and the parcellation scheme. It will callload_graph()
for each subject / session / parcellation scale.compute_network_metrics()
which:The text was updated successfully, but these errors were encountered: