Skip to content

Connectome analysis

General analises of connectomes from a topological perspective

banner

Overview

This package provides a library of general functions to analyze connectomes. Functions are divided into three groups:

  • Modelling: Functions to model (parametrize) the connectivity of connectomes
  • Randomization: Generation of randomized controls of connectomes
  • Network: Network analyses based on metrics of different types


Tutorials

Check out a few short tutorials showing:


Installation

To install, in your terminal run:

pip install git+https://github.com/danielaegassan/connectome_analysis.git

For the installation to work you require:

  • gcc 9+
  • CMake
  • Python 3.8+
  • Python requirements will be installed directly and are listed here.