adhd200preproc > How to calculate the functional connectivity?
Showing 1-2 of 2 posts
Display:
Results per page:
Oct 27, 2017  09:10 AM | eric_lv - SJTU
How to calculate the functional connectivity?
I have downloaded the KKI data(including 83 subjects' information), but I don't what to do next for calculating the functional connectivity by using this data. Any one can tell me the tools and data should I use in the connectivity study. 
Thx!
Oct 27, 2017  01:10 PM | Pierre Bellec
RE: How to calculate the functional connectiv
Dear Eric,

For time series and python, http://pandas.pydata.org/ has the tools to load time series and extract correlation matrices.

To manipulate the 4D data in python you can use nilearn
http://nilearn.github.io/auto_examples/i...

Best,

Pierre