-
Notifications
You must be signed in to change notification settings - Fork 8
Home
RTP2-anatROIs involves the processing of the subject’s anatomical T1w image, with the objective of obtaining the ROIs that will later be used in tractography (RTP-preproc and RTP-pipeline). The input of this step is the subject’s T1w file and ROIs defined in MNI space; the output is a segmented T1w image and ROIs of interest in individual subject T1w space. AnatROIs provides many predefined ROIs, and it is possible to extend it in multiple ways
This container runs Freesurfer, and a set of other components to create ROIs.
One of:
- T1 nifti image
- Already processed full freesurfer pipeline (zipped)
Optional (if the folder and file are there, the container will use them):
- Zip file containing volumetric ROIs in MNI: they will be converted to individual subject space
- Zip file containing surface ROIs in fsaverage (annotations): they will be converted to individual subject space
Freesurfer's standard output + a folder with a set of ROIs. Most importantly, it will generate a file called fs.zip
that is required as an input to RTP-pipeline. fs.zip
can be created in this container, or
if it is required (because we want to create the ROIs manually, for example) it can be created locally. The folder should contain a folder called fs/
in the base, and nothing else. In the fs
folder there will be two things:
- brainmask.nii.gz, aparc+aseg.nii.gz (required) and other optional files.
- a folder called
ROIs
: in this folder all the binary nifti ROIs will be stored.
Main components of the container:
- Freesurfer 7.1.1 version (add link and citation)
- Tools to obtain ROIs (by segmentation or other means) [see here]
- Existing MNI atlases we already included in the tool [see here]
- Installation
- How to use
- Reporting and citation In this wiki page we include examples of how to report and cite RTP and all the included tools, it will change depending on the selected tools.
- TO-DO list