Connectivity Metrics: Difference between revisions
(Created page with "Brain connectivity datasets comprise networks of brain regions connected by anatomical tracts or by functional associations. Complex network analysis-a new multidisciplinary a...") |
|||
Line 6: | Line 6: | ||
===Visualization=== | ===Visualization=== | ||
====adjacency_plot_und()==== | ====adjacency_plot_und()==== | ||
This function requires two parameters: an adjacency matrix '''''M''''' and a set of spatial coordinates '''''xyz''''' for each node in the adjacency matrix. The function renders a 3d figure depicting each non-zero connection. For large networks, the resulting figure may be uninterpretable, especially if there is a nonzero value for all edges in '''''M'''''; it might be helpful to prune the adjacency matrix before plotting it (e.g., set the main diagonal self-connections and any value below the top x %-ile to zero). To obtain the set of spatial coordinates, see the topic on [[Annotation Coordinates]]. |
Revision as of 09:29, 22 June 2016
Brain connectivity datasets comprise networks of brain regions connected by anatomical tracts or by functional associations. Complex network analysis-a new multidisciplinary approach to the study of complex systems-aims to characterize these brain networks with a small number of neurobiologically meaningful and easily computable measures. In this article, we discuss construction of brain networks from connectivity data and describe the most commonly used network measures of structural and functional connectivity. (Rubinov & Sporns, 2010)
Brain Connectivity Toolbox (BCT)
The BCT is a set of MATLAB functions that provide a number of potentially useful network metrics.
Visualization
adjacency_plot_und()
This function requires two parameters: an adjacency matrix M and a set of spatial coordinates xyz for each node in the adjacency matrix. The function renders a 3d figure depicting each non-zero connection. For large networks, the resulting figure may be uninterpretable, especially if there is a nonzero value for all edges in M; it might be helpful to prune the adjacency matrix before plotting it (e.g., set the main diagonal self-connections and any value below the top x %-ile to zero). To obtain the set of spatial coordinates, see the topic on Annotation Coordinates.