reproducing the awesome publication.
- "code" includes python scripts
- "data" includes thickness data from 259 subjects
pip install -r requirements.txt
git clone https://github.com/MICA-MNI/BrainStat.git
cd BrainStat
python3 setup.py build
python3 setup.py install --user
pip install virtualenv #install the package
virtualenv --python=python3 mypythonenv #create a new virtual environment
source mypythonenv/bin/activate #activate the virtual environment
deactivate #deactivate the virtual environment
navigate to the "code" directory firstly and run the "analysis_01.py" script.
$ cd code
$ python3 analysis_01.py