This app runs fMRIPrep on the brainlife.io interface. fMRIPrep is a robust processing tool delevoped by the Poldrack Lab at Stanford. The pipelines process T1w, T2w, fMRI, and fieldmaps by calling a series of functions from FSL, FreeSurfer, ANTs, and nipy. It applies these tools in a principled way designed to handle common imaging artifacts and biases in a parimonious manner. It outputs processed anatomical and functional images for further analysis.
- fMRIPrep paper: nature methods paper
- fMRIPrep documentation: read the docs
- fMRIPrep also provides documentation to credit the tools employed in the pipeline: citing tools
- Franco Pestilli (@francopestilli)
Check out the brainlife app here
A
- git clone this repo.
- Inside the cloned directory, create
config.json
with something like the following content with paths to your input files.
{
"t1": "./t1.nii.gz",
"fmri": "./bold.nii.gz",
"freesurfer": "./fsdir"
}
- Launch the App by executing
main
./main
B
- Alternatively, there is a command line interface useful for debugging.
This app outputs the completed fmriprep dir, along with some of the outputs mapped for the brainlife interface.
This App requires singularity to run. If you don't have singularity, you will need to install following dependencies. It also requires jq.
This material is based upon work supported by the National Science Foundation Graduate Research Fellowship under Grant No. 1342962. Any opinion, findings, and conclusions or recommendations expressed in this material are those of the authors(s) and do not necessarily reflect the views of the National Science Foundation.