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...
sharing codes...
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...
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...
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...
Secure Shell or SSH is a network protocol allowing secure data exchanges between two networked devices. It is designed to replace Telnet, which sends information over the network in plain text making it susceptible...
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...