Neuropycon project for graph analysis, can be used from ephypype and nipype
https://neuropycon.github.io/graphpype/
pip install https://api.github.com/repos/neuropycon/graphpype/zipball/master
Or with pip:
pip install graphpype
You should add all the directories from radatools to the PATH env variable:
- Download radatools sotware:
http://deim.urv.cat/~sergio.gomez/radatools.php#download
- Download and extract the zip file
- Add following lines in your .bashrc:
RADA_PATH=/home/david/Tools/Software/radatools-3.2-linux32
(replace /home/david/Tools/Software by your path to radatools)
export PATH=$PATH:$RADA_PATH/01-Prepare_Network/
export PATH=$PATH:$RADA_PATH/02-Find_Communities/
export PATH=$PATH:$RADA_PATH/03-Reformat_Results
export PATH=$PATH:$RADA_PATH/04-Other_Tools/
RADA_PATH=/home/david/Tools/Software/radatools-4.0-linux64
(replace /home/david/Tools/Software by your path to radatools)
export PATH=$PATH:$RADA_PATH/Network_Tools
export PATH=$PATH:$RADA_PATH/Network_Properties
export PATH=$PATH:$RADA_PATH/Communities_Detection
export PATH=$PATH:$RADA_PATH/Communities_Tools
RADA_PATH=/home/david/Tools/Software/radatools-5.0-linux64
(replace /home/david/Tools/Software by your path to radatools)
export PATH=$PATH:$RADA_PATH/Network_Tools
export PATH=$PATH:$RADA_PATH/Network_Properties
export PATH=$PATH:$RADA_PATH/Communities_Detection
export PATH=$PATH:$RADA_PATH/Communities_Tools