DissNet is an open-source Python package for exploring, dissecting, analyzing and visualizing human structural connectome data. It includes modules for data visualization, Graph Theory measures extraction, standard connectivity measures estimation. All the measures can be also computed for every single network.
New Visualization Tool
Network-level connectivity measures
Network-level vulnerability against target or random attack
To install the latest stable version of DissNet, you can use setup.py in a terminal:
cd DissNet/
python setup.py install --user
To test that all has been installed correctly type in a terminal:
cd DissNet/
python test.py
- Python>=3.5
- Pysurfer
- Pandas
- MNE
- Mayavi
- networkx