Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 1.42 KB

README.md

File metadata and controls

52 lines (41 loc) · 1.42 KB

DissNet

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

Install

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

Dependencies

  • Python>=3.5
  • Pysurfer
  • Pandas
  • MNE
  • Mayavi
  • networkx