Installation
Basic installation (on a local machine)
Install anaconda3
Create enviornment
conda create --name <env_name>
Activate environment
source activate <env_name>
Install torch using the torch instructions.
# Command found on the torch website: https://pytorch.org/get-started/locally/
Install required conda packages
conda install numba nutpie -c conda-forge
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