This App plots ROC-AUC curves for multi-LAP and multi-NN to compare the two streamline-based bundle segmentation methods. ROC-AUC analysis is a standard tool for test validation in the field of medical imaging segmentation which plots the sensitivity/specificity curve of the method under evaluation for different cut-off points. In our case, the cut-off points of the ROC curve are represented by the probability of each streamline to belong to the bundle of interest. Performances of multiple methods can be compared through the scalar value represented by the Area Under the Curve (AUC). Higher AUC values mean better segmentation.
- Giulia Bertò (giulia.berto.4@gmail.com)
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 publications and code reusing this code.
We kindly ask that you cite the following articles when publishing papers and code using this code.
- 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 submit this App online at https://doi.org/10.25663/bl.app.180 via the "Execute" tab. WARNING: this app can be run ONLY after the app https://doi.org/10.25663/brainlife.app.174. This App was used specifically for a Reproducibility Study and has been deprecated.
- git clone this repo.
- Inside the cloned directory, create
config.json
with something like the following content with paths to your input files.
{
"csv": "./output_FiberStats.csv"
}
- Launch the App by executing
main
./main
The output file, which is a collection of images, will be generated under the current working directory (pwd).
This App only requires singularity to run.