.. _example_connectivity_plot_probabilistic_atlas_extraction.py: Extracting signals of a probabilistic atlas of rest functional regions ======================================================================== This example extracts the signal on regions defined via a probabilistic atlas, to construct a functional connectome. We use the `MSDL atlas `_ of functional regions in rest. The key to extract signals is to use the :class:`nilearn.input_data.NiftiMapsMasker` that can transform nifti objects to time series using a probabilistic atlas. As the MSDL atlas comes with (x, y, z) MNI coordinates for the different regions, we can visualize the matrix as a graph of interaction in a brain. To avoid having too dense a graph, we represent only the 20% edges with the highest values. .. rst-class:: sphx-glr-horizontal **Python source code:** :download:`plot_probabilistic_atlas_extraction.py ` .. literalinclude:: plot_probabilistic_atlas_extraction.py :lines: 22- **Total running time of the example:** 0.00 seconds ( 0 minutes 0.00 seconds)