Installation
Basic installation (on a local machine)
Install anaconda3
Create enviornment
conda create --name <env_name>
Activate environment
source activate <env_name>
Install PCNtoolkit (plus dependencies)
pip install pcntoolkit
Quickstart usage
For normative modelling, functionality is handled by the normative.py script, which can be run from the command line, e.g.
python normative.py -c /path/to/training/covariates -t /path/to/test/covariates -r /path/to/test/response/variables /path/to/my/training/response/variables