Skip to main content

TE-Dependent Analysis (tedana) of multi-echo functional magnetic resonance imaging (fMRI) data.

Project description

tedana: TE Dependent ANAlysis

Latest Version PyPI - Python Version JOSS DOI Zenodo DOI License CircleCI Documentation Status Codecov Average time to resolve an issue Percentage of issues still open Join the chat on Mattermost Join our tinyletter mailing list All Contributors Code style: black

TE-dependent analysis (tedana) is a Python library for denoising multi-echo functional magnetic resonance imaging (fMRI) data. tedana originally came about as a part of the ME-ICA pipeline, although it has since diverged. An important distinction is that while the ME-ICA pipeline originally performed both pre-processing and TE-dependent analysis of multi-echo fMRI data, tedana now assumes that you're working with data which has been previously preprocessed.

http://tedana.readthedocs.io/

More information and documentation can be found at https://tedana.readthedocs.io.

Citing tedana

If you use tedana, please cite the following papers, as well as our most recent Zenodo release:

Installation

Use tedana with your local Python environment

You'll need to set up a working development environment to use tedana. To set up a local environment, you will need Python >=3.6 and the following packages will need to be installed:

You can then install tedana with

pip install tedana

Creating a miniconda environment for use with tedana

In using tedana, you can optionally configure a conda environment.

We recommend using miniconda3. After installation, you can use the following commands to create an environment for tedana:

conda create -n ENVIRONMENT_NAME python=3 pip mdp numpy scikit-learn scipy
conda activate ENVIRONMENT_NAME
pip install nilearn nibabel
pip install tedana

tedana will then be available in your path. This will also allow any previously existing tedana installations to remain untouched.

To exit this conda environment, use

conda deactivate

NOTE: Conda < 4.6 users will need to use the soon-to-be-deprecated option source rather than conda for the activation and deactivation steps. You can read more about managing conda environments and this discrepancy here.

You can confirm that tedana has successfully installed by launching a Python instance and running:

import tedana

You can check that it is available through the command line interface (CLI) with:

tedana --help

If no error occurs, tedana has correctly installed in your environment!

Use and contribute to tedana as a developer

If you aim to contribute to the tedana code base and/or documentation, please first read the developer installation instructions in our contributing section. You can then continue to set up your preferred development environment.

Getting involved

We :yellow_heart: new contributors! To get started, check out our contributing guidelines and our developer's guide.

Want to learn more about our plans for developing tedana? Have a question, comment, or suggestion? Open or comment on one of our issues!

If you're not sure where to begin, feel free to pop into Mattermost and introduce yourself! We will be happy to help you find somewhere to get started.

If you don't want to get lots of notifications, we send out newsletters approximately once per month though our TinyLetter mailing list. You can view the previous newsletters and/or sign up to receive future ones at https://tinyletter.com/tedana-devs.

We ask that all contributors to tedana across all project-related spaces (including but not limited to: GitHub, Mattermost, and project emails), adhere to our code of conduct.

Contributors

Thanks goes to these wonderful people (emoji key):


Logan Dowdle

๐Ÿ’ป ๐Ÿ’ฌ ๐ŸŽจ ๐Ÿ› ๐Ÿ‘€

Elizabeth DuPre

๐Ÿ’ป ๐Ÿ“– ๐Ÿค” ๐Ÿš‡ ๐Ÿ‘€ ๐Ÿ’ก โš ๏ธ ๐Ÿ’ฌ

Javier Gonzalez-Castillo

๐Ÿค” ๐Ÿ’ป ๐ŸŽจ

Dan Handwerker

๐ŸŽจ ๐Ÿ“– ๐Ÿ’ก ๐Ÿ‘€

Prantik Kundu

๐Ÿ’ป ๐Ÿค”

Ross Markello

๐Ÿ’ป ๐Ÿš‡ ๐Ÿ’ฌ

Taylor Salo

๐Ÿ’ป ๐Ÿค” ๐Ÿ“– โœ… ๐Ÿ’ฌ ๐Ÿ› โš ๏ธ ๐Ÿ‘€

Joshua Teves

๐Ÿ“† ๐Ÿ“– ๐Ÿ‘€ ๐Ÿšง ๐Ÿ’ป

Kirstie Whitaker

๐Ÿ“– ๐Ÿ“† ๐Ÿ‘€ ๐Ÿ“ข

Monica Yao

๐Ÿ“– โš ๏ธ

Stephan Heunis

๐Ÿ“–

Benoรฎt Bรฉranger

๐Ÿ’ป

Eneko Uruรฑuela

๐Ÿ’ป ๐Ÿ‘€ ๐Ÿค”

Cesar Caballero Gaudes

๐Ÿ“– ๐Ÿ’ป

Isla

๐Ÿ‘€

mjversluis

๐Ÿ“–

Maryam

๐Ÿ“–

aykhojandi

๐Ÿ“–

Stefano Moia

๐Ÿ’ป ๐Ÿ‘€ ๐Ÿ“–

Zaki A.

๐Ÿ› ๐Ÿ’ป ๐Ÿ“–

Manfred G Kitzbichler

๐Ÿ’ป

This project follows the all-contributors specification. Contributions of any kind welcome! To see what contributors feel they've done in their own words, please see our contribution recognition page.

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

tedana-0.0.12.tar.gz (1.6 MB view details)

Uploaded Source

Built Distribution

tedana-0.0.12-py3-none-any.whl (1.6 MB view details)

Uploaded Python 3

File details

Details for the file tedana-0.0.12.tar.gz.

File metadata

  • Download URL: tedana-0.0.12.tar.gz
  • Upload date:
  • Size: 1.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.7.12

File hashes

Hashes for tedana-0.0.12.tar.gz
Algorithm Hash digest
SHA256 7e31ea43bb070ee6717eec85c7ac9f17eb03ab7ce60e8689e1e5547238ec148b
MD5 96d5de0406c09765b1998e817bac7457
BLAKE2b-256 a7edd8fb37d9c948e15daf236b0d54f3ca61a5fec0632a355a8a598044cc7351

See more details on using hashes here.

File details

Details for the file tedana-0.0.12-py3-none-any.whl.

File metadata

  • Download URL: tedana-0.0.12-py3-none-any.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.7.12

File hashes

Hashes for tedana-0.0.12-py3-none-any.whl
Algorithm Hash digest
SHA256 9f7d1607b2e411b40914f5fd431c8c3ac39372b51ac04248501a1c34abfe2870
MD5 2e0f39bbbdcaf60b284c1911f3807c33
BLAKE2b-256 246dc1d8c5ad3401832329d010d85a1dc7bc15a55c9be0c9944aad10764bcce8

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