-
Notifications
You must be signed in to change notification settings - Fork 33
Getting Started
Isla edited this page Nov 16, 2017
·
7 revisions
Brain Networks In Python is written in python3 and depends on the following python modules:
- numpy
- pandas
- matplotlib
- networkx version == 1.9 Brain Networks In Python does not (yet) suppoty networkx version 2
- community/python-louvain (pip install python-louvain if you use pip)
- seaborn
- From the Python Standard Library
- pickle
- os
- sys
- __future__
- argparse
- textwrap
If you're using anaconda note that python-louvain is not available as a conda package but can be pip installed. See the python software guide for general information on installing python packages.
If you want to try Brain Networks In Python out but don't have data of your own to work on we encourage you to use the data in the EXAMPLE_DATA folder.
It comes from the lovely NSPN_WhitakerVertes_PNAS2016 repository, created to share the data and analysis code to reproduce 'Adolescence is associated with genomically patterned consolidation of the hubs of the human brain connectome' doi: 10.1073/pnas.1601745113