6. Manipulation brain volumes with nilearn#
In this section, we detail the general tools to manipulate of brain images with nilearn.
- 6.1. Input and output: neuroimaging data representation
- 6.2. Manipulating images: resampling, smoothing, masking, ROIs…
- 6.3. From neuroimaging volumes to data matrices: the masker objects- 6.3.1. The concept of “masker” objects
- 6.3.2. NiftiMasker: applying a mask to load time-series
- 6.3.3. Extraction of signals from regions: NiftiLabelsMasker,NiftiMapsMasker
- 6.3.4. Extraction of signals from regions for multiple subjects: MultiNiftiMasker,MultiNiftiLabelsMasker,MultiNiftiMapsMasker
- 6.3.5. Extraction of signals from seeds: NiftiSpheresMasker