Manuscript in preparation.
To reproduce the results from this project, first create a conda environment (I prefer using mamba):
mamba env update -n sst-rdex --file environment.yml
conda activate sst-rdexYou'll also need abcd-tools, a collection of utilities for working with ABCD Study data
(make sure your sst-rdex environment is active):
git clone git@github.com:ajbarrows/abcd-tools
cd abcd-tools
python -m pip install -e .Follow the instructions for
Please feel free to get in touch if you have any questions.