.. _examples-index: Gallery of Examples =================== .. warning:: If you want to run the examples, make sure you execute them in a directory where you have write permissions, or you copy the examples into such a directory. If you install nilearn manually, make sure you have followed :ref:`the instructions `. .. note:: A few examples may not run with scikit-learn versions older than 0.14.1. General examples ---------------- General-purpose and introductory examples for nilearn. .. raw:: html
.. figure:: ./images/thumb/plot_python_101.png :target: ./plot_python_101.html :ref:`example_plot_python_101.py` .. raw:: html
.. toctree:: :hidden: ./plot_python_101 .. raw:: html
.. figure:: ./images/thumb/plot_nilearn_101.png :target: ./plot_nilearn_101.html :ref:`example_plot_nilearn_101.py` .. raw:: html
.. toctree:: :hidden: ./plot_nilearn_101 .. raw:: html
.. figure:: ./images/thumb/plot_nifti_simple.png :target: ./plot_nifti_simple.html :ref:`example_plot_nifti_simple.py` .. raw:: html
.. toctree:: :hidden: ./plot_nifti_simple .. raw:: html
.. figure:: ./images/thumb/plot_localizer_simple_analysis.png :target: ./plot_localizer_simple_analysis.html :ref:`example_plot_localizer_simple_analysis.py` .. raw:: html
.. toctree:: :hidden: ./plot_localizer_simple_analysis .. raw:: html
.. figure:: ./images/thumb/plot_haxby_simple.png :target: ./plot_haxby_simple.html :ref:`example_plot_haxby_simple.py` .. raw:: html
.. toctree:: :hidden: ./plot_haxby_simple .. raw:: html
Functional connectivity ----------------------- See :ref:`parcellating_brain`, :ref:`extracting_rsn` or :ref:`functional_connectomes` for more details. .. raw:: html
.. figure:: connectivity/images/thumb/plot_canica_resting_state.png :target: ./connectivity/plot_canica_resting_state.html :ref:`example_connectivity_plot_canica_resting_state.py` .. raw:: html
.. toctree:: :hidden: connectivity/plot_canica_resting_state .. raw:: html
.. figure:: connectivity/images/thumb/plot_probabilistic_atlas_extraction.png :target: ./connectivity/plot_probabilistic_atlas_extraction.html :ref:`example_connectivity_plot_probabilistic_atlas_extraction.py` .. raw:: html
.. toctree:: :hidden: connectivity/plot_probabilistic_atlas_extraction .. raw:: html
.. figure:: connectivity/images/thumb/plot_signal_extraction.png :target: ./connectivity/plot_signal_extraction.html :ref:`example_connectivity_plot_signal_extraction.py` .. raw:: html
.. toctree:: :hidden: connectivity/plot_signal_extraction .. raw:: html
.. figure:: connectivity/images/thumb/plot_adhd_spheres.png :target: ./connectivity/plot_adhd_spheres.html :ref:`example_connectivity_plot_adhd_spheres.py` .. raw:: html
.. toctree:: :hidden: connectivity/plot_adhd_spheres .. raw:: html
.. figure:: connectivity/images/thumb/plot_ica_resting_state.png :target: ./connectivity/plot_ica_resting_state.html :ref:`example_connectivity_plot_ica_resting_state.py` .. raw:: html
.. toctree:: :hidden: connectivity/plot_ica_resting_state .. raw:: html
.. figure:: connectivity/images/thumb/plot_simulated_connectome.png :target: ./connectivity/plot_simulated_connectome.html :ref:`example_connectivity_plot_simulated_connectome.py` .. raw:: html
.. toctree:: :hidden: connectivity/plot_simulated_connectome .. raw:: html
.. figure:: connectivity/images/thumb/plot_inverse_covariance_connectome.png :target: ./connectivity/plot_inverse_covariance_connectome.html :ref:`example_connectivity_plot_inverse_covariance_connectome.py` .. raw:: html
.. toctree:: :hidden: connectivity/plot_inverse_covariance_connectome .. raw:: html
.. figure:: connectivity/images/thumb/plot_rest_clustering.png :target: ./connectivity/plot_rest_clustering.html :ref:`example_connectivity_plot_rest_clustering.py` .. raw:: html
.. toctree:: :hidden: connectivity/plot_rest_clustering .. raw:: html
.. figure:: connectivity/images/thumb/plot_multi_subject_connectome.png :target: ./connectivity/plot_multi_subject_connectome.html :ref:`example_connectivity_plot_multi_subject_connectome.py` .. raw:: html
.. toctree:: :hidden: connectivity/plot_multi_subject_connectome .. raw:: html
Decoding and predicting from brain images ----------------------------------------- See :ref:`decoding` for more details.