Skip to main content

Reproducible and efficient diffusion kurtosis imaging in Python.

Project description

рџ’Ў Instead of the code in this repository, it is recommended to use the non-negativity-constrained diffusion kurtosis imaging available in, for example, DIPY.

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 a fully-connected feed-forward neural network that is trained to learn the mapping from data to kurtosis metrics. Details can be found in the arXiv preprint 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.

Citation

If you find this repository useful in work that leads to a scientific publication, please cite the arXiv preprint.

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

dvoryan-0.0.3.tar.gz (13.5 kB view details)

Uploaded Source

Built Distribution

dvoryan-0.0.3-py3-none-any.whl (21.0 kB view details)

Uploaded Python 3

File details

Details for the file dvoryan-0.0.3.tar.gz.

File metadata

  • Download URL: dvoryan-0.0.3.tar.gz
  • Upload date:
  • Size: 13.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.12

File hashes

Hashes for dvoryan-0.0.3.tar.gz
Algorithm Hash digest
SHA256 012f3e9fda3993d1dff6867b08f3c0974c43ed53a1644559e7fd9eb51d067fb6
MD5 32a3e562ca6da670537977e6d591b750
BLAKE2b-256 732f2f4cd77eb3589bdb63353da629552da411ff4c81c90bd5cfced35d7ea351

See more details on using hashes here.

File details

Details for the file dvoryan-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: dvoryan-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 21.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.12

File hashes

Hashes for dvoryan-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 3b3eafd68ab4a6f743f5926cddb7b260b13bbb3dd005604aa9460f46d5adbf85
MD5 8be4db5f9da3848ceee3ebfba4e89f65
BLAKE2b-256 f601c849934c93c6e32257a5e4bde5346812456595d816ced13dbc9ccc624ff2

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