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.
To install the ALE Meta-Analysis Package, run:
pip install jale
Here’s how to use the project:
JALE requires a project folder that contains 3 files:
- Experiment Data (Author, Subjects, Coordinates, Tags)
- Analysis Data (Type of ALE, Tags to be included)
- 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:
- via CLI:
python -m jale /path/to/yaml/file
- in Python:
from jale.ale import run_ale
run_ale(yaml_path='/path/to/yaml/file')
- Standard ("Main Effect") ALE
- Probabilistic ("Cross-Validated") ALE
- Standard ALE Contrast
- Balanced ALE Contrast
This project is based on research by