Skip to content

This repository contains convenience functions, that allow the user to easily load matlab brain connectivity data into python with the right structure for use with photonai-graph

License

Notifications You must be signed in to change notification settings

VHolstein/connectivity_loading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

connectivity_loading

This repository contains convenience functions, that allow the user to easily load matlab brain connectivity data into python with the right structure for use with photonai-graph

Example

Load a matlab file in the right format for use with photonai-graph in one line of code

 from load_functions import load_conn
 
 x = load_conn("/path/to/your/data.mat", mtrx_name='connectivity')

About

This repository contains convenience functions, that allow the user to easily load matlab brain connectivity data into python with the right structure for use with photonai-graph

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages