dipy / bl_apps_dipy_buan_shapes

BUAN shape analysis App in BrainLife

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dipy Tractometry

This App finds shape similarity between input bundles of same type across populations. This app implements bundle shape similarity method presented in Bundle analytics, a computational framework for investigating the shapes and profiles of brain pathways across populations paper [1].

Authors

Contributors

Funding Acknowledgement

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.

NSF-BCS-1734853 NSF-BCS-1636893 NSF-ACI-1916518 NSF-IIS-1912270 NIH-NIBIB-R01EB029272

Citations

We ask that you the following articles when publishing papers that used data, code or other resources created by the brainlife.io community.

[1] Chandio, BQ., et al. Bundle analytics, a computational framework for investigating the shapes and profiles of brain pathways across populations. Scientific reports, 10, 17149 (2020).

[2] 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

[3] 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

Running the App

1. On Brainlife.io

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.

2. On your machine (Running Locally)

To run this command, you can simply type:

singularity exec -e docker://brainlife/dipy:1.1.1 dipy_buan_shapes [your_args]

To see the documentation of all arguments, go to the following page

Input

To see the documentation of all the arguments, follow this link.

Output

All output files will be generated according to the passed arguments, as explained here.

Dependencies

This app runs on singularity.

DIPY

About

BUAN shape analysis App in BrainLife

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dockerfile 51.8%Language:Shell 48.2%