-
Notifications
You must be signed in to change notification settings - Fork 5
Project Folder
Lennart Frahm edited this page Feb 7, 2025
·
10 revisions
JALE will require you to have a project folder somewhere containing three seperate files:
- Excel file containing experiment data (Author, Subjects, Coordinates, Tags)
- Excel file containing information about the analyses to be run (Type of ALE, Tags to be included)
- Yaml config file (specifying filenames and ALE parameters)
To download an example project folder please click here.
When filling out the files with your own data please make sure to follow the instructions provided in the following wiki pages. The algorithm is very sensitive to mistakes made in these files and even though there are a lot of failsafes and checks included we cannot catch all mistakes.
This wiki will explain to you everything you need to know to run an ALE meta-analysis from scratch:
- How to set-up python using pyenv (Mac OS and Linux only)
- How to install JALE
- How to set-up a project folder and the required input files.
- What kind of output will be created and how to interpret it.