The App uses the Intra-Voxel Incoherent Motion (IVIM) method to do a reconstruction of the diffusion-weighted magnetic resonance imaging data.
brainlife.io is publicly funded and for the sustainability of the project it is helpful to Acknowledge the use of the platform. We kindly ask that you acknowledge the funding below in your code and publications. Copy and past the following lines into your repository when using this code.
We ask that you the following articles when publishing papers that used data, code or other resources created by the brainlife.io community.
-
Garyfallidis, E., Brett, M., Amirbekian, B., Rokem, A., van der Walt, S., Descoteaux, M., Nimmo-Smith, I., & Dipy Contributors (2014). Dipy, a library for the analysis of diffusion MRI data. Frontiers in neuroinformatics, 8, 8. https://doi.org/10.3389/fninf.2014.00008
-
Avesani, P., McPherson, B., Hayashi, S. et al. The open diffusion data derivatives, brain data upcycling via integrated publishing of derivatives and reproducible open cloud services. Sci Data 6, 69 (2019). https://doi.org/10.1038/s41597-019-0073-y
You can see a list of Dipy Apps currently regsitered on Brainlife. Find the App that you'd like to run and click "Execute" tab to specify dataset that you'd like to run the App on.
To run this command, you can simply type:
singularity exec -e docker://brainlife/dipy:1.1.1 dipy_fit_ivim [your_args]
To see the documentation of all arguments, go to the following page
To see the documentation of all the arguments, follow this link.
All output files will be generated according to the passed arguments, as explained here.
This app runs on singularity.
- This is a Brainlife wrapper App stemming from the
dipy_fit_ivim
workflow. - This single wrapper is exposed through an apps registered on Brainlife.io.
- More information about DIPY : https://dipy.org/.
- More information about the command line
dipy_fit_ivim
: Command line Reference.