-
Notifications
You must be signed in to change notification settings - Fork 14
Home
Welcome to the ROCKETSHIP wiki!
If you use ROCKETSHIP in your project please reference
in any papers. This reference also has detailed information about the various DCE models used in this project. If you are pursing BBB human applications please consider these papers for parameter suggestions
Montagne et al. Blood-brain barrier breakdown in the aging human hippocampus. Neuron 2015
or this for mouse applications
Other Publications using ROCKETSHIP for a more complete list see google scholar
- Sta Maria et al. Low Dose Focused Ultrasound Induces Enhanced Tumor Accumulation of Natural Killer Cells. PLOS One 2015
- Montagne et al. APOE4 leads to blood–brain barrier dysfunction predicting cognitive decline. Nature 2020
- Backhaus et al. Toward precise arterial input functions derived from DCE‐MRI through a novel extracorporeal circulation approach in mice. MRM 2020
- Bagley et al. Clinical Utility of Plasma Cell-Free DNA in Adult Patients with Newly Diagnosed Glioblastoma: A Pilot Prospective Study. Clinical Cancer Research 2020
- Ng et al. Clinical Implementation of a Free-Breathing, Motion-Robust Dynamic Contrast-Enhanced MRI Protocol to Evaluate Pleural Tumors. American Journal of Roentgenology 2020
- Pacia et al. Feasibility and safety of focused ultrasound-enabled liquid biopsy in the brain of a porcine model. Scientific Reports 2020
- Boehm-Sturm et al. Low-Molecular-Weight Iron Chelates May Be an Alternative to Gadolinium-based Contrast Agents for T1-weighted Contrast-enhanced MR Imaging. Radiology 2017
- Matlab Version
- Verified Working: Matlab 2014a to 2020a
- Will Not Work: Matlab 2011
- Toolboxes:
- Curve fitting
- Parallel
- Statistics
- Image processing
- Optimization (currently required for some functions, working to remove this requirement)
- Computer:
- Some of the processing is very CPU intensive, a modern multi-core (≥4) processor, while not required, helps keep the processing time reasonable (heavily dependent on image matrix size).
- (Optional) An NVIDIA GPU can be used to significantly speed up the processing using the gpufit library.
- Some of the processing is very CPU intensive, a modern multi-core (≥4) processor, while not required, helps keep the processing time reasonable (heavily dependent on image matrix size).
ROCKETSHIP prefers all images to be input in the NIFTI format. DCE fitting does have some limited support for directly processing DICOM images, but it is recommended to convert from DICOM to NIFTI first, then use the NIFTI images for all processing. Additionally the parametric fitting (T1, T2, ADC) requires NIFTI files. To convert from DICOM to NIFTI we recommend using the dcm2nii tool that comes with MRIcron, it is available for Windows, Linux, and Mac and is easy to use (although any converter can be used). For dcm2nii select the FSL 4D NIFTI format. Compressed NIFTI images (.nii.gz) can be read by ROCKETSHIP, but not written.
- Clone ROCKETSHIP
git clone --recursive https://github.com/petmri/ROCKETSHIP.git
- Add ROCKETSHIP folder to Matlab path
- Calculate T1 maps with script
run_parametric.m
- Check T1 maps with script
run_analysis.m
- Calculate DCE maps with script
run_dce.m
This remains a work in progress. If you need help and can't find it here please contact Sam Barnes [email protected].