9. Manipulation brain volumes with nilearn#
In this section, we detail the general tools to manipulate of brain images with nilearn.
- 9.1. Input and output: neuroimaging data representation
- 9.2. Manipulating images: resampling, smoothing, masking, ROIs…
- 9.3. From neuroimaging volumes to data matrices: the masker objects
- 9.3.1. The concept of “masker” objects
- 9.3.2.
NiftiMasker
: applying a mask to load time-series - 9.3.3. Extraction of signals from regions:
NiftiLabelsMasker
,NiftiMapsMasker
- 9.3.4. Extraction of signals from regions for multiple subjects:
MultiNiftiMasker
,MultiNiftiLabelsMasker
,MultiNiftiMapsMasker
- 9.3.5. Extraction of signals from seeds:
NiftiSpheresMasker