WhitakerLab / scona

Code to analyse structural covariance brain networks using python.
https://whitakerlab.github.io/scona/
MIT License
68 stars 33 forks source link

Split brain networks #125

Open Islast opened 5 years ago

Islast commented 5 years ago

It should be possible to threshold a WeightedBrainNetwork into a BinaryBrainNetwork and it should be possible to initialise a WeightedBrainNetwork from a correlation matrix.

A BinaryBrainNetwork should support all of the network analysis methods. We could run these on a weighted graph no problem, but they would tell us nothing about our data. We will record the original weightings on existent BinaryBrainNetworks in case we want to restrict our focus to fewer edges later (the specific use case being plotting).

docs and tutorials would certainly need to be updated, but it's a little early for that.