Skip to content

YaleMRRC/Network-Visualization

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

NetworkVisualization

This code provides a framework for the network visualization of functional connectivity matrices.

Inputs

  1. The first input ('M') is a pre-calculated n x c x p x p matrix containing group-level connectivity matrices for all conditions and scan sessions, where n = number of re-scans for each condition, c = number of conditions, and p = number of nodes in the chosen brain atlas. Each element (nn,cc,i,j) in these matrices represents the correlation between the BOLD timecourses of nodes i and j during a single fMRI session nn with condition cc.

  2. The second input ('networks') is the p x 1 vector of node-to-network allegiances. Each element (i) in this vector shows the network that node i is assigned to.

Outputs

The functional connecitivity matrix is visualized as a network in the browser:

License

Copyright © 2018, Mehraveh Salehi. This code is released under the terms of the GNU GPL v2.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%