RMINC
RMINC copied to clipboard
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, corr...
Hi everyone, I'm having this problem installing RMINC on macOS: ``` > Sys.setenv(MINC_PATH = "/opt/minc/1.9.18/") > devtools::install_github("Mouse-Imaging-Centre/RMINC") Downloading GitHub repo Mouse-Imaging-Centre/RMINC@HEAD ── R CMD build ──────────────────────────────────────────────────────────────────────────────────────── ✔ checking for file...
Reading this: https://www.journalofcognition.org/articles/10.5334/joc.10/
mincFDR for lmer objects directly passes `method` to `p.adjust` due to hard-coding. The listed alternative implementations aren't available.
Hello, I'm trying to use mincRandomize on my mincLm object, which contains a column called F-statistic. In the documentation, I see that the default is t-stats...However, I'm attempting the following:...
I cannot find any issues documenting how to run the test suite for this package. I am trying to install it on my ARM Macbook and would like to verify...
## Issue Basically, `mincGetWorldVoxel()` sometimes returns the value of a neighbouring voxel, as compared to what `Display` renders. Given world coordinates that lie between image sampling points, the output of...
Updated mincPlotSliceSeries to be able to specify alternative colours and also a mask for the anatomical volume going from  to 
Hi I was able to install RMINC successfully however, it says the no RMINC package available in R. library(RMINC) Error in library(RMINC) : there is no package called ‘RMINC’ installation...
In R 4.1.3, I've noticed the following issue. It does not occur when using 3.5.1. Note that no RMINC functions are used - merely loading RMINC causes this to break....