.. _sphx_glr_auto_examples_01_datasets:
.. _examples-datasets:
Working with studysets
----------------------
NiMARE's primary collection type is now :class:`~nimare.nimads.Studyset`.
Studysets can be used directly with estimators, workflows, and several transformers,
while the legacy :class:`~nimare.dataset.Dataset` class remains available for backwards compatibility
and migration workflows.
Additionally, NiMARE contains fetching and conversion tools for a number of meta-analytic resources,
including Neurosynth, NeuroQuery, NeuroVault, and, to a limited extent, BrainMap.
In the examples below, we show how to work with Studysets in NiMARE, along with
legacy Dataset-specific examples for interoperability and migration.
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /auto_examples/01_datasets/images/thumb/sphx_glr_01_plot_dataset_io_thumb.png
:alt:
:doc:`/auto_examples/01_datasets/01_plot_dataset_io`
.. raw:: html
The legacy NiMARE Dataset object
.. raw:: html
.. only:: html
.. image:: /auto_examples/01_datasets/images/thumb/sphx_glr_02_download_neurosynth_thumb.png
:alt:
:doc:`/auto_examples/01_datasets/02_download_neurosynth`
.. raw:: html
Neurosynth and NeuroQuery
.. raw:: html
.. only:: html
.. image:: /auto_examples/01_datasets/images/thumb/sphx_glr_03_plot_neurovault_io_thumb.png
:alt:
:doc:`/auto_examples/01_datasets/03_plot_neurovault_io`
.. raw:: html
Use NeuroVault statistical maps in NiMARE
.. raw:: html
.. only:: html
.. image:: /auto_examples/01_datasets/images/thumb/sphx_glr_04_transform_images_to_coordinates_thumb.png
:alt:
:doc:`/auto_examples/01_datasets/04_transform_images_to_coordinates`
.. raw:: html
Transform images into coordinates
.. raw:: html
.. only:: html
.. image:: /auto_examples/01_datasets/images/thumb/sphx_glr_05_plot_nimads_thumb.png
:alt:
:doc:`/auto_examples/01_datasets/05_plot_nimads`
.. raw:: html
The NiMARE Studyset object
.. raw:: html
.. only:: html
.. image:: /auto_examples/01_datasets/images/thumb/sphx_glr_06_plot_dataset_json_thumb.png
:alt:
:doc:`/auto_examples/01_datasets/06_plot_dataset_json`
.. raw:: html
Create a legacy NiMARE Dataset object from a JSON file
.. raw:: html
.. only:: html
.. image:: /auto_examples/01_datasets/images/thumb/sphx_glr_07_plot_parquet_studyset_thumb.png
:alt:
:doc:`/auto_examples/01_datasets/07_plot_parquet_studyset`
.. raw:: html
Loading Studysets from parquet.
.. thumbnail-parent-div-close
.. raw:: html
.. toctree::
:hidden:
/auto_examples/01_datasets/01_plot_dataset_io
/auto_examples/01_datasets/02_download_neurosynth
/auto_examples/01_datasets/03_plot_neurovault_io
/auto_examples/01_datasets/04_transform_images_to_coordinates
/auto_examples/01_datasets/05_plot_nimads
/auto_examples/01_datasets/06_plot_dataset_json
/auto_examples/01_datasets/07_plot_parquet_studyset