Published May 11, 2023 | Version 23.0.1
Software Open

ME-ICA/tedana: 23.0.1

  • 1. Mayo Clinic
  • 2. National Institutes of Health
  • 3. Florida International University
  • 4. Basque Center on Cognition, Brain and Language
  • 5. Center for Magnetic Resonance Research, University of Minnesota
  • 6. Montreal Neurological Institute, McGill University
  • 7. Eindhoven University of Technology
  • 8. Mount Sinai Hospital
  • 9. Stanford University
  • 10. Big Data Institute, University of Oxford
  • 11. National Institutes of Mental Health, CMN
  • 12. National Institutes of Mental Health, Section on Functional Imaging Methods
  • 13. Laboratory of Brain and Cognition, National Institute of Mental Health
  • 14. The Alan Turing Institute

Description

Release Notes

This release changes many internal aspects of the code, will make future improvements easier, and will hopefully make it easier for more people to understand their results and contribute. The denoising results should be identical. Right before releasing this new version, we released version 0.0.13, which is the last version of the older code. If you want to confirm the consistency of results, these are the two versions you should compare. Instructions for comparing results are below.

Key changes
  • Large portions of the code were reorganized and modularized to make understanding the code easier and facilitate future development
  • Breaking change: tedana can no longer be used to manually change component classifications. A separate program, ica_reclassify, can be used for this. This makes it easier for programs like Rica to output a list of component numbers to change and to then change them with ica_reclassify.
  • The component classification process that designates components as "accepted" or "rejected" was completely rewritten so that every step in the process is modular and the inputs and outputs of every step are logged. The documentation includes descriptions of the newly outputted files and file contents.
  • It is now possible to select different decision trees for component selection using the --tree option. The default tree is kundu and should replicate the current outputs. We also include minimal which is a simpler tree that is intended to provide more consistent results across a study, but still needs more testing and validation and may still change. Flow charts for these two options are here.
  • Anyone can create their own decision tree. If one is using metrics that are already calculated, like kappa and rho, and doing greater/less than comparisons, one can make a decision tree with a user-provided json file. More complex calculations might require editing the tedana python code. This change also means any metric that has one value per component can be used in a selection process. This makes it possible to combine the multi-echo metrics used in tedana with other selection metrics, such as correlations to head motion. The documentation includes instructions on building and understanding this component selection process.
  • Breaking change: No components are classified as ignored. "Ignored" has long confused users. It was intended to identify components with such low variation that it wasn't worth deciding whether to lose a statistical degree of freedom by rejecting them. They were treated identically to accepted components. Now they are classified as "accepted" and tagged as "Low variance" or "Borderline Accept". These classification tags now appear on the html report of the results.
  • A registry of all files outputted by tedana is now stored with the outputs. This allows for multiple file naming methods and means internal and external programs that want to interact with the tedana outputs just need to load this file.
  • Nearly 100% of the new code and 98% of all tedana code is covered by integration testing.
  • Tedana python package management now uses pyproject.toml
  • Minimum python version is now 3.8 and minimum pandas version is now 2.0 (might cause problems if the same python environment is used for packages that require older versions of pandas)
  • More comprehensive documentation of changes is in pull request #756 and the full release notes are here: https://github.com/ME-ICA/tedana/releases/tag/23.0.0
Changes
  • [REF] Decision Tree Modularization (#756) @jbteves @handwerkerd @n-reddy @marco7877 @tsalo

Files

ME-ICA/tedana-23.0.1.zip

Files (21.9 MB)

Name Size Download all
md5:aea7525d3f2f7c897680635918baff10
21.9 MB Preview Download

Additional details

Related works