This script is used for brain age prediction. Below is a description of each input arguments:
./get_brainage.sh -input <input_directory> \
-output <output_directory> \
-BIDS <yes/no> \
-CONDOR <yes/no> \
-RAW <yes/no> \
-RUN_FILE <singularity_file_path> \
-SAVE_ALL <yes/no> \
-CONTAINER_PATH <path> \
<subject_name>_<model>.csv
condor.submit
filerun_<model>.sh
filesubject_features
), if yes then the files will be stored in the folder <subject_name>_<model>
1) Building the container
singularity build brainageR.sif brainageR.def
(not working at the moment)
2) Run the get_brainage.sh
with the proper files and paths
Example:
./get_brainage.sh -input <input_directory> \
-output <output_directory> \
-BIDS <yes/no> \
-CONDOR <yes/no> \
-RAW <yes/no> \
-RUN_FILE run_brainageR.sh \
-SAVE_ALL <yes/no> \
-CONTAINER_PATH <path/to/brainageR.sif> \