|
19 | 19 | __status__ = 'Prototype'
|
20 | 20 | __url__ = 'https://github.com/poldracklab/fmriprep'
|
21 | 21 | __packagename__ = 'fmriprep'
|
22 |
| -__description__ = ("fMRIprep is a functional magnetic resonance image pre-processing pipeline " |
| 22 | +__description__ = ("FMRIprep is a functional magnetic resonance image pre-processing pipeline " |
23 | 23 | "that is designed to provide an easily accessible, state-of-the-art interface "
|
24 | 24 | "that is robust to differences in scan acquisition protocols and that requires "
|
25 | 25 | "minimal user input, while providing easily interpretable and comprehensive "
|
26 | 26 | "error and output reporting.")
|
27 | 27 | __longdesc__ = """\
|
28 | 28 | Preprocessing of functional MRI (fMRI) involves numerous steps to clean and standardize
|
29 |
| -data before statistical analysis. Generally, researchers create ad hoc preprocessing |
30 |
| -workflows for each new dataset, building upon a large inventory of tools available for |
31 |
| -each step. The complexity of these workflows has snowballed with rapid advances in MR data |
32 |
| -acquisition and image processing techniques. We introduce fMRIPrep, an analysis-agnostic |
33 |
| -tool that addresses the challenge of robust and reproducible preprocessing for task-based |
34 |
| -and resting fMRI data. FMRIPrep automatically adapts a best-in-breed workflow to the |
35 |
| -idiosyncrasies of virtually any dataset, ensuring high-quality preprocessing with no |
36 |
| -manual intervention. By introducing visual assessment checkpoints into an iterative |
37 |
| -integration framework for software-testing, we show that fMRIPrep robustly produces |
38 |
| -high-quality results on a diverse fMRI data collection comprising participants from |
39 |
| -54 different studies in the OpenfMRI repository. We review the distinctive features of |
40 |
| -fMRIPrep in a qualitative comparison to other preprocessing workflows. FMRIPrep achieves |
41 |
| -higher spatial accuracy as it introduces less uncontrolled spatial smoothness than commonly |
42 |
| -used preprocessing tools. FMRIPrep has the potential to transform fMRI research by equipping |
| 29 | +data before statistical analysis. |
| 30 | +Generally, researchers create ad hoc preprocessing workflows for each new dataset, |
| 31 | +building upon a large inventory of tools available for each step. |
| 32 | +The complexity of these workflows has snowballed with rapid advances in MR data |
| 33 | +acquisition and image processing techniques. |
| 34 | +FMRIPrep is an analysis-agnostic tool that addresses the challenge of robust and |
| 35 | +reproducible preprocessing for task-based and resting fMRI data. |
| 36 | +FMRIPrep automatically adapts a best-in-breed workflow to the idiosyncrasies of |
| 37 | +virtually any dataset, ensuring high-quality preprocessing with no manual intervention, |
| 38 | +while providing easily interpretable and comprehensive error and output reporting. |
| 39 | +It performs basic preprocessing steps (coregistration, normalization, unwarping, noise |
| 40 | +component extraction, segmentation, skullstripping etc.) providing outputs that can be |
| 41 | +easily submitted to a variety of group level analyses, including task-based or resting-state |
| 42 | +fMRI, graph theory measures, surface or volume-based statistics, etc. |
| 43 | +
|
| 44 | +The workflow is based on `Nipype <http://nipype.readthedocs.io>`_ and encompases a large |
| 45 | +set of tools from well-known neuroimaging packages, including |
| 46 | +`FSL <https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/>`_, |
| 47 | +`ANTs <https://stnava.github.io/ANTs/>`_, |
| 48 | +`FreeSurfer <https://surfer.nmr.mgh.harvard.edu/>`_, |
| 49 | +`AFNI <https://afni.nimh.nih.gov/>`_, |
| 50 | +and `Nilearn <https://nilearn.github.io/>`_. |
| 51 | +This pipeline was designed to provide the best software implementation for each state of |
| 52 | +preprocessing, and will be updated as newer and better neuroimaging software becomes |
| 53 | +available. |
| 54 | +
|
| 55 | +This tool allows you to easily do the following: |
| 56 | +
|
| 57 | + * Take fMRI data from *unprocessed* (only reconstructed) to ready for analysis. |
| 58 | + * Implement tools from different software packages. |
| 59 | + * Achieve optimal data processing quality by using the best tools available. |
| 60 | + * Generate preprocessing-assessment reports, with which the user can easily identify problems. |
| 61 | + * Receive verbose output concerning the stage of preprocessing for each subject, including |
| 62 | + meaningful errors. |
| 63 | + * Automate and parallelize processing steps, which provides a significant speed-up from |
| 64 | + typical linear, manual processing. |
| 65 | +
|
| 66 | +FMRIPrep has the potential to transform fMRI research by equipping |
43 | 67 | neuroscientists with a high-quality, robust, easy-to-use and transparent preprocessing workflow
|
44 | 68 | which can help ensure the validity of inference and the interpretability of their results.
|
45 | 69 |
|
46 |
| -[Pre-print https://doi.org/10.1101/306951]""" |
| 70 | +[Pre-print doi:`10.1101/306951 <https://doi.org/10.1101/306951>`_] |
| 71 | +[Documentation `fmriprep.org <http://fmriprep.readthedocs.io>`_] |
| 72 | +[Software doi:`10.5281/zenodo.852659 <https://doi.org/10.5281/zenodo.852659>`_] |
| 73 | +[Support `neurostars.org <https://neurostars.org/tags/fmriprep>`_] |
| 74 | +""" |
47 | 75 |
|
48 | 76 | DOWNLOAD_URL = (
|
49 | 77 | 'https://github.com/poldracklab/{name}/archive/{ver}.tar.gz'.format(
|
|
0 commit comments