Skip to content

Analysis Info File

Monimu edited this page Feb 26, 2026 · 13 revisions

This wiki page explains the format of the analysis info excel file.

Please use the following format / syntax:

image

1st column - Type of Analysis:

  • 'M':

    • Standard ALE / Main Effect
  • 'P':

    • probabilistic / subsampled / CV'd ALE
    • Need to specify the desired number of experiments selected for each subsample after the P, e.g. P25
    • using the example from the P-ALE of the experiment_info file, 25 experiments will be subsampled multiple times (default 2500 or the maximum of unique subsamples that can be created) from all experiments that have the inhibition tag
  • 'C':

    • Standard contrast (this line and the following are contrasted against each other)
    • If the respective main effects in the two lines [e.g. 3 and 4] are not yet computed, they will be additionally computed
    • using the example of the experiment_info file, a contrast analysis between the meta-analysis across experiments with the tag "low" and the meta-analysis across experiments with the tag "high" will be calculated
  • 'B':

    • Balanced contrast
    • Both analysis will be based on the same N
    • Option to specify the desired N after the B, e.g. B20. If no N is provided N will be either equal to N-2 of the smaller analysis or, in case the number is to large, the mean between the smaller analysis N and 17.
  • 'Cluster':

    • Hierarchical MA clustering as performed here: Reference.

2nd column - Name of the Analysis:

  • Ideally avoid spaces and non file-name characters
  • When (re-) entering a title as part of a contrast, please keep naming/spelling consistent otherwise the “old” main effect is not recognized
  • Names for seperate analyses need to be distinctly different. Otherwise the program will think the analysis was already run and conclude prematurely

3rd column onwards - Tags:

Tags are used to run subanalysis of an larger overall dataset (e.g. only include experiments that use a certain version of a task). The tags are used following a simple logic:

  • +ALL -> Include the entire set of experiments
  • +Tag -> Include only those experiments that have the respective label
  • +Tag1 +Tag2 -> Logical 'AND', includes only experiments that have both labels
  • +Tag1 +Tag2 ? -> Logical ‘OR’, includes experiments that have either label
  • -Tag -> Exclude experiments that have the respective label

Clone this wiki locally