Skip to content

juaml/JALE

Repository files navigation

JALE

Python Versions Ruff PyPI Version License

A Python package for conducting ALE (Activation Likelihood Estimation) meta-analyses, supporting a range of analysis workflows: standard ALE, probabilistic or cross-validated ALE, standard ALE contrast, and balanced ALE contrast.

For more detailed information regarding installation, usage and features please visit the Github Wiki.

Table of Contents

Installation

To install the ALE Meta-Analysis Package, run:

pip install jale

Usage

Here’s how to use the project:

JALE requires a project folder that contains 3 files:

  1. Experiment Data (Author, Subjects, Coordinates, Tags)
  2. Analysis Data (Type of ALE, Tags to be included)
  3. Yaml config file (specifying project folder path, filenames and ALE parameters)

The format of these files is very important and you should check the wiki for instructions.

For example files click here.

Running an ALE can be done in two ways:

  1. via CLI:
python -m jale /path/to/yaml/file
  1. in Python:
from jale.ale import run_ale

run_ale(yaml_path='/path/to/yaml/file')

Features

  • Standard ("Main Effect") ALE
  • Probabilistic ("Cross-Validated") ALE
  • Standard ALE Contrast
  • Balanced ALE Contrast

Background and References

This project is based on research by

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages