App to predict time to return to play (a.k.a., Persisting Post Concussion Symptoms).
brainlife.io is publicly funded and for the sustainability of the project, it is helpful to Acknowledge the use of the platform. Please acknowledge the funding below in your publications, presentations, and code, that uses this code.
We ask that you cite the following articles when publishing papers and code using this code.
Hayashi, Caron, et al., brainlife.io: A decentralized and open source cloud platform to support neuroscience research Nature Methods, In Press.
On Brainlife.io
You can submit this App online at https://brainlife.io/app/64d62738e4d2e9108d7ab094 via the “Execute” tab.
Input:
Tract Profiles.
- git clone this repo.
- Inside the cloned directory, create
config.json
with something, like the following content with paths to your input files.
{
"profiles": "./input/tractmeasures.csv"
}
- Launch the App by executing
main
./main
This App only requires singularity to run.