Application
UKAT is a vendor agnostic framework for the analysis of quantitative renal MRI data.
Contributors
Alexander Daniel¹, Fabio Nery, Joao Almeida, Charlotte Buchanan¹, Susan Francis¹
The UKRIN-MAPS project aims to standardise the acquisition and analysis of renal MRI data to enable multi-site, multi-vendor studies. Although many MRI vendors produce quantitative maps on the scanner, their methods are closed source and as such, potentially cause variability in multi-vendor studies. UKAT provides an open-source and robust analysis platform that can be used to process data from multiple vendors.
The focus of this package is analysis of data from the standardised UKRIN protocol, however the methods are intentionally left generic to enable analysis of data collected using different protocols or on different areas of the body.
“I just want to process my data with this package”
- Make sure you’re running Python >=3.7
- Install
ukat
withpip install ukat
“I want to modify this code to do something a bit different but don’t want my modifications to go back into ukat”
- Clone this repository with
git clone https://github.com/UKRIN-MAPS/ukat.git
- Change to the
ukat
root directory (the one containing a file namedsetup.py
). - Run the following command in your terminal:
pip install -e .
Now if you make any changes to the ukat
code, they’ll permeate into any analysis you perform where you’ve imported ukat
.
References:
Publications
Affiliations
1Sir Peter Mansfield Imaging Centre, University of Nottingham, Nottingham, United Kingdom