============================================================================
KePrep: PreProcessing Strauss Neuroplasticity Brain Bank dMRI data
============================================================================
========
Overview
========
.. list-table::
:stub-columns: 1
* - docs
- |docs|
* - tests, CI & coverage
- |github-actions| |circleci| |codecov| |codacy|
* - codeclimate
- |codeclimate-maintainability| |codeclimate-testcoverage|
* - version
- |pypi| |python|
* - styling
- |black| |isort| |flake8| |pre-commit|
* - license
- |license|
.. |docs| image:: https://readthedocs.org/projects/keprep/badge/?version=latest
:target: https://keprep.readthedocs.io/en/latest/?version=latest
:alt: Documentation Status
.. |github-actions| image:: https://github.com/GalKepler/keprep/actions/workflows/github-actions.yml/badge.svg
:alt: GitHub Actions Build Status
:target: https://github.com/GalKepler/keprep/actions
.. |circleci| image:: https://dl.circleci.com/status-badge/img/circleci/J6A3JWLZsHZMCMZ1aCKdXb/AVFefVDaX15sp62PZ8MpA9/tree/main.svg?style=svg
:alt: CircleCI Build Status
:target: https://dl.circleci.com/status-badge/redirect/circleci/J6A3JWLZsHZMCMZ1aCKdXb/AVFefVDaX15sp62PZ8MpA9/tree/main
.. |codecov| image:: https://codecov.io/github/GalKepler/keprep/graph/badge.svg?token=LO5CH471O4
:alt: Coverage Status
:target: https://app.codecov.io/github/GalKepler/keprep
.. |codacy| image:: https://app.codacy.com/project/badge/Grade/7fe5b4cb103d4100bf00603c913b9ac1
:target: https://app.codacy.com/gh/GalKepler/keprep/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade
:alt: Code Quality
.. |codeclimate-maintainability| image:: https://api.codeclimate.com/v1/badges/dc78868ecc19deb5fb5b/maintainability
:target: https://codeclimate.com/github/GalKepler/keprep/maintainability
:alt: Maintainability
.. |codeclimate-testcoverage| image:: https://api.codeclimate.com/v1/badges/dc78868ecc19deb5fb5b/test_coverage
:target: https://codeclimate.com/github/GalKepler/keprep/test_coverage
:alt: Test Coverage
.. |pypi| image:: https://img.shields.io/pypi/v/keprep.svg
:target: https://pypi.python.org/pypi/keprep
.. |python| image:: https://img.shields.io/pypi/pyversions/keprep
:target: https://www.python.org
.. |license| image:: https://img.shields.io/github/license/GalKepler/keprep.svg
:target: https://opensource.org/license/mit
:alt: License
.. |black| image:: https://img.shields.io/badge/formatter-black-000000.svg
:target: https://github.com/psf/black
.. |isort| image:: https://img.shields.io/badge/imports-isort-%231674b1.svg
:target: https://pycqa.github.io/isort/
.. |flake8| image:: https://img.shields.io/badge/style-flake8-000000.svg
:target: https://flake8.pycqa.org/en/latest/
.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
:target: https://github.com/pre-commit/pre-commit
* Free software: MIT license
* Documentation: https://keprep.readthedocs.io.
About
------
KePrep is a diffusion magnetic resonance imaging (dMRI) preprocessing pipeline designed to provide a reproducible, user-friendly, and easily accessible interface for dMRI data associated with the Strauss Neuroplasticity Brain Bank (SNBB).
.. note::
The *KePrep* pipeline uses much of the code from fMRIPrep_ (Esteban et al., 2019) and QSIPrep_ (Cieslak et al., 2021) and is built on top of Nipype_ (Gorgolewski et al., 2011).
It is crucial to note that the similarities in the code **do not imply that the authors of fMRIPrep, QSIPrep, or Nipype endorse KePrep or its pipeline**.
These similarities are aimed at providing a consistent format and code for contributing to the pipeline.
dMRI data requires a series of preprocessing steps to be performed before it can be used in further analysis.
Although researchers often apply different preprocessing steps using various tools, there is a general consensus on the most common steps.
Therefore, *KePrep* aims to provide a standardized pipeline, allowing researchers to access the dMRI data at different stages of preprocessing.
This pipeline includes the following steps:
1. Denoising
2. Motion and Eddy Current Correction
3. Brain Extraction
4. Bias Field Correction
5. Tractography
6. Coregistration to subject's anatomical image
While being tailored to the SNBB, *KePrep* is designed to be easily adaptable to other dMRI datasets.
More information and documentation can be found at https://keprep.readthedocs.io.
Credits
-------
This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
.. _Nipype: https://nipype.readthedocs.io/en/latest/
.. _fMRIprep: https://fmriprep.org/en/stable/
.. _qsiprep: https://qsiprep.readthedocs.io/en/latest/
Raw data
{
"_id": null,
"home_page": "https://pypi.org/project/KePrep",
"name": "keprep",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": null,
"keywords": "neuroscience, MRI, data processing, automation, standardization",
"author": "Gal Kepler",
"author_email": "galkepler@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/d7/ca/7419f8fbcde9888ce5c007db8bfacd864e956a60755139cbef6170099862/keprep-0.2.2.tar.gz",
"platform": null,
"description": "============================================================================\nKePrep: PreProcessing Strauss Neuroplasticity Brain Bank dMRI data\n============================================================================\n\n\n\n========\nOverview\n========\n.. list-table::\n :stub-columns: 1\n\n * - docs\n - |docs|\n * - tests, CI & coverage\n - |github-actions| |circleci| |codecov| |codacy|\n * - codeclimate\n - |codeclimate-maintainability| |codeclimate-testcoverage|\n * - version\n - |pypi| |python|\n * - styling\n - |black| |isort| |flake8| |pre-commit|\n * - license\n - |license|\n\n.. |docs| image:: https://readthedocs.org/projects/keprep/badge/?version=latest\n :target: https://keprep.readthedocs.io/en/latest/?version=latest\n :alt: Documentation Status\n\n.. |github-actions| image:: https://github.com/GalKepler/keprep/actions/workflows/github-actions.yml/badge.svg\n :alt: GitHub Actions Build Status\n :target: https://github.com/GalKepler/keprep/actions\n\n.. |circleci| image:: https://dl.circleci.com/status-badge/img/circleci/J6A3JWLZsHZMCMZ1aCKdXb/AVFefVDaX15sp62PZ8MpA9/tree/main.svg?style=svg\n :alt: CircleCI Build Status\n :target: https://dl.circleci.com/status-badge/redirect/circleci/J6A3JWLZsHZMCMZ1aCKdXb/AVFefVDaX15sp62PZ8MpA9/tree/main\n\n.. |codecov| image:: https://codecov.io/github/GalKepler/keprep/graph/badge.svg?token=LO5CH471O4\n :alt: Coverage Status\n :target: https://app.codecov.io/github/GalKepler/keprep\n\n.. |codacy| image:: https://app.codacy.com/project/badge/Grade/7fe5b4cb103d4100bf00603c913b9ac1\n :target: https://app.codacy.com/gh/GalKepler/keprep/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade\n :alt: Code Quality\n\n.. |codeclimate-maintainability| image:: https://api.codeclimate.com/v1/badges/dc78868ecc19deb5fb5b/maintainability\n :target: https://codeclimate.com/github/GalKepler/keprep/maintainability\n :alt: Maintainability\n\n.. |codeclimate-testcoverage| image:: https://api.codeclimate.com/v1/badges/dc78868ecc19deb5fb5b/test_coverage\n :target: https://codeclimate.com/github/GalKepler/keprep/test_coverage\n :alt: Test Coverage\n\n.. |pypi| image:: https://img.shields.io/pypi/v/keprep.svg\n :target: https://pypi.python.org/pypi/keprep\n\n.. |python| image:: https://img.shields.io/pypi/pyversions/keprep\n :target: https://www.python.org\n\n.. |license| image:: https://img.shields.io/github/license/GalKepler/keprep.svg\n :target: https://opensource.org/license/mit\n :alt: License\n\n.. |black| image:: https://img.shields.io/badge/formatter-black-000000.svg\n :target: https://github.com/psf/black\n\n.. |isort| image:: https://img.shields.io/badge/imports-isort-%231674b1.svg\n :target: https://pycqa.github.io/isort/\n\n.. |flake8| image:: https://img.shields.io/badge/style-flake8-000000.svg\n :target: https://flake8.pycqa.org/en/latest/\n\n.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white\n :target: https://github.com/pre-commit/pre-commit\n\n\n\n* Free software: MIT license\n* Documentation: https://keprep.readthedocs.io.\n\n\nAbout\n------\n\nKePrep is a diffusion magnetic resonance imaging (dMRI) preprocessing pipeline designed to provide a reproducible, user-friendly, and easily accessible interface for dMRI data associated with the Strauss Neuroplasticity Brain Bank (SNBB).\n\n.. note::\n\n The *KePrep* pipeline uses much of the code from fMRIPrep_ (Esteban et al., 2019) and QSIPrep_ (Cieslak et al., 2021) and is built on top of Nipype_ (Gorgolewski et al., 2011).\n It is crucial to note that the similarities in the code **do not imply that the authors of fMRIPrep, QSIPrep, or Nipype endorse KePrep or its pipeline**.\n These similarities are aimed at providing a consistent format and code for contributing to the pipeline.\n\ndMRI data requires a series of preprocessing steps to be performed before it can be used in further analysis.\nAlthough researchers often apply different preprocessing steps using various tools, there is a general consensus on the most common steps.\nTherefore, *KePrep* aims to provide a standardized pipeline, allowing researchers to access the dMRI data at different stages of preprocessing.\n\nThis pipeline includes the following steps:\n\n1. Denoising\n2. Motion and Eddy Current Correction\n3. Brain Extraction\n4. Bias Field Correction\n5. Tractography\n6. Coregistration to subject's anatomical image\n\nWhile being tailored to the SNBB, *KePrep* is designed to be easily adaptable to other dMRI datasets.\n\nMore information and documentation can be found at https://keprep.readthedocs.io.\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n.. _Nipype: https://nipype.readthedocs.io/en/latest/\n.. _fMRIprep: https://fmriprep.org/en/stable/\n.. _qsiprep: https://qsiprep.readthedocs.io/en/latest/\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Minimally preprocessing TheBase dMRI data.",
"version": "0.2.2",
"project_urls": {
"Documentation": "https://KePrep.readthedocs.io",
"Homepage": "https://pypi.org/project/KePrep",
"Repository": "https://github.com/GalKepler/keprep"
},
"split_keywords": [
"neuroscience",
" mri",
" data processing",
" automation",
" standardization"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8b863b4f5cb1731c5c8f7e7e7029242378bf86e04d9dade282d0a934bcd125dc",
"md5": "e57da9a1e94a6e7fa70fa0102a73515d",
"sha256": "5c37db27884d177aac6527045458b4761bbf8a594b8b72ccdb0c7cf12720deb7"
},
"downloads": -1,
"filename": "keprep-0.2.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e57da9a1e94a6e7fa70fa0102a73515d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 60773,
"upload_time": "2024-09-15T17:52:04",
"upload_time_iso_8601": "2024-09-15T17:52:04.185992Z",
"url": "https://files.pythonhosted.org/packages/8b/86/3b4f5cb1731c5c8f7e7e7029242378bf86e04d9dade282d0a934bcd125dc/keprep-0.2.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d7ca7419f8fbcde9888ce5c007db8bfacd864e956a60755139cbef6170099862",
"md5": "8e5297ceaad4432f2c724f3bd3a794fd",
"sha256": "e4d1f78daf737d51b778d175ad3d32a361eda4a474c7bc412192b4347a1faf8c"
},
"downloads": -1,
"filename": "keprep-0.2.2.tar.gz",
"has_sig": false,
"md5_digest": "8e5297ceaad4432f2c724f3bd3a794fd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 52236,
"upload_time": "2024-09-15T17:52:06",
"upload_time_iso_8601": "2024-09-15T17:52:06.320588Z",
"url": "https://files.pythonhosted.org/packages/d7/ca/7419f8fbcde9888ce5c007db8bfacd864e956a60755139cbef6170099862/keprep-0.2.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-15 17:52:06",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "GalKepler",
"github_project": "keprep",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"circle": true,
"tox": true,
"lcname": "keprep"
}