June 2020

1

Batch processing in SPM

Statistical Parametric Mapping (SPM) is a complete suite of Matlab functions that can be used for the analysis of brain imaging data from image preprocessing to statistical analysis. The software is made freely available...

SPM12 0

Extracting volumes from a 4D nifti file

With the introduction of the Nifti format, a series of functional MRI volumes can now be stored as a single 4D (3D space + 1D time) nifti file. This is very handy especially when...

SPM12 2

Splitting 4D Nifti file into a series of 3D files in Matlab

NIfTI-1 is a data format proposed by the NifTI (Neuroimaging Informatics Technology Initiative) DFWG (Data Format Working Group) that can be used for storing neuroimaging datasets (e.g. MRI, functional MRI, etc.). This format is adapted from the...

0

Data types and data structures in R

In this post, I will outline the basic mathematical operation in R, the different data types you can define, and how to manipulate these data types. If you have not yet installed R, you...