brainstat.context.meta_analysis.fetch_nimare_dataset

brainstat.context.meta_analysis.fetch_nimare_dataset(data_dir, keep_neurosynth=False)[source]

Downloads the nimare dataset and fetches its path.

Parameters
  • data_dir (str) – Path to the directory where the dataset will be saved.

  • keep_neurosynth (bool, optional) – If true, then the neurosynth data files are kept, by default False. Note that this will not delete existing neurosynth files.

Returns

nimare.Dataset – Downloaded NiMARE dataset.