Statistics for MINC volumes: A library to integrate voxel-based statistics for MINC volumes into the R environment. Supports getting and writing of MINC volumes, running voxel-wise linear models, correlations, etc.; correcting for multiple comparisons using the False Discovery Rate, and more. With contributions from Jason Lerch, Chris Hammill, Jim Nikelski and Matthijs van Eede. Some additional information can be found here:
RGL > 0.100 switched the colour mapping default used by RMINC, causing colours to be scrambled with respect to the mesh. It can be fixed by passing an explicit argument meshColor = "legacy" to the underlying RGL functions. Surprisingly meshColor = "vertices" didn't work when I last tested, but the our colours have always been mapped to vertices. I'm presently undecided whether to switch to legacy or future proof by getting vertices to work.
RGL > 0.100 switched the colour mapping default used by RMINC, causing colours to be scrambled with respect to the mesh. It can be fixed by passing an explicit argument
meshColor = "legacy"
to the underlying RGL functions. SurprisinglymeshColor = "vertices"
didn't work when I last tested, but the our colours have always been mapped to vertices. I'm presently undecided whether to switch tolegacy
or future proof by gettingvertices
to work.