Package allowing users to run Activation Likelihood Estimation Meta-Analysis
Project description
JALE
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 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:
- 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)
For example files please check the wiki.
Running an ALE can be done in two ways:
- via CLI:
python -m jale /path/to/yaml/file
- in Python:
from jale import main
main(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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jale-0.1.16.tar.gz.
File metadata
- Download URL: jale-0.1.16.tar.gz
- Upload date:
- Size: 557.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d4784dbe0bba1aa036f37eb8f470155a0d84fb75d4e20d70dcc0647297a5bb2
|
|
| MD5 |
6979b2402ce8f0fb5c098eb8ff74cff7
|
|
| BLAKE2b-256 |
ba1b352491c7ab05eee8012905719f97641e3f1e40aaa231907e7634f76916f1
|
File details
Details for the file jale-0.1.16-py3-none-any.whl.
File metadata
- Download URL: jale-0.1.16-py3-none-any.whl
- Upload date:
- Size: 575.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f4c9192c071f7fe8a90d381aaeb34912c7fb17597edbb13519d7fd5ce2fa99d
|
|
| MD5 |
36412ec8ad1bcc7fc2707c6057f164bd
|
|
| BLAKE2b-256 |
f7459b0736c06aab656fd77a6b397771611d60acb51aa86ab58dc695f8dddc0c
|