Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dkmri-0.0.7.tar.gz (12.2 kB view details)

Uploaded Source

File details

Details for the file dkmri-0.0.7.tar.gz.

File metadata

  • Download URL: dkmri-0.0.7.tar.gz
  • Upload date:
  • Size: 12.2 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

Hashes for dkmri-0.0.7.tar.gz
Algorithm Hash digest
SHA256 680c6fd631043efe73a90ec3df52830e1eaa9df0d059c56e5c46d0d67478aeb2
MD5 d7f2e4cc5c33d67d45612df6ab1e7ac6
BLAKE2b-256 1becf2da947a139bcd6f045c29c06235058ff7a69f8f9b78fa483a69b56b982d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page