Brain Net Viewer: Difference between revisions

From CCN Wiki
Jump to navigation Jump to search
No edit summary
Line 6: Line 6:
e.g.:
e.g.:
  -54    -61    7    1    0.5    l.IFG
  -54    -61    7    1    0.5    l.IFG
  -58    -50    20 1    0.8    -
  -58    -50    20   1    0.8    -


Notably, the label column cannot be left blank. If there is no appropriate label, use a hyphen character, as in the second row of the example above.
Notably, the label column cannot be left blank. If there is no appropriate label, use a hyphen character, as in the second row of the example above.

Revision as of 13:49, 23 August 2018

Brain Net Viewer is a handy visualization program for spatially rendering brain networks. It can be found here

Nodes

Nodes are read from a tab-delimited ASCII text file with a '.node' file extension (there is nothing else remarkable about these files). These files must have 6 columns:

X (double)     Y (double)     Z (double)     ColorIndex (double)     Size (double)     Label (char)

e.g.:

-54     -61     7     1     0.5     l.IFG
-58     -50     20    1     0.8     -

Notably, the label column cannot be left blank. If there is no appropriate label, use a hyphen character, as in the second row of the example above.

Connections

Connections are between nodes and recorded in an adjacency matrix. If there are N nodes, the adjacency matrix must be N x N.