Network topological measures

Hello,

I am a PhD student working with EEG signals and I have been using Brainstorm to generate functional connectivity maps recently. As a post-processing step, I am currently writing a MATLAB script to geenrate common graph features, such as global efficiency, local efficiency, and such. I will be happy to share my scripts with Brainstorm users, but I wanted to check this is appropriate contribution to Brainstorm and how I can submit my scripts.

Thanks,

Mohammad Naser

1 Like

Hi Mohammad, thank you for your interest on contributing.

A good first approach would be to create a process_ file to compute metrics from an already computed NxN connectivity matrix. For that you can check this page:
https://neuroimage.usc.edu/brainstorm/Tutorials/TutUserProcess

Also, if you are (or want to get familiar) with GitHub, check this Contributing doc:
https://github.com/brainstorm-tools/brainstorm3/blob/master/CONTRIBUTING.md