Reproducible and efficient diffusion kurtosis imaging in Python.
Project description
dkmri.py
dkmri.py
stands for diffusion kurtosis magnetic resonance imaging in Python. It is a Python package for estimating diffusion and kurtosis tensors from diffusion-weighted magnetic resonance data. The estimation is performed using regularized non-linear optimization informed by fully-connected feed-forward neural networks that are trained to learn the mapping from data to kurtosis metrics. Details can be found in the upcoming publication and source code.
This software can be used from the command line or in a Python interpreter.
- The command-line interface does not require any knowledge about Python.
- Python interface is for people comfortable with basic Python programming.
Installation
First, make sure you have installed Python.
If you just want to use the command-line interface, the recommended way of installing dkmri.py
is to use pipx:
pipx install dkmri
pipx automatically creates an isolated environment in which the dependencies are installed.
If you want to use the Python interface, you can use pip (you should install dkmri.py
in an isolated environment using venv or conda to avoid dependency issues):
pip install dkmri
Usage example
Command-line interface
The command for using dkmri.py
is
dkmri.py data bvals bvecs optional-arguments
where data
, bvals
, and bvecs
are the paths of the files containing the
diffusion-weighted data, b-values, and b-vectors, and optional-arguments
is
where to define things such as which parameter maps to save.
For example, a command for computing a mean kurtosis map from data.nii.gz
and
saving it in mk.nii.gz
could be
dkmri.py data.nii.gz bvals.txt bvecs.txt -mask mask.nii.gz -mk mk.nii.gz
To see a full description of the arguments, execute the following:
dkmri.py -h
Python interface
See the example notebook.
Support
If you have questions, found bugs, or need help, please open an issue on Github.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file dkmri-0.1.0.tar.gz
.
File metadata
- Download URL: dkmri-0.1.0.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/3.10.0 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a784027917804a9f182d81d43ab962d5e36d96b0441483acd423aa1fb055392e |
|
MD5 | 845efe0ab774ee84c134a67ada0f176d |
|
BLAKE2b-256 | ef494c4f0d713f13079cefdf9468542133a71e6290b355397a82e883a13f4b64 |