Wrapper functions that interface with FSL (http://fsl.fmrib.ox.ac.uk/fsl/fslwiki/), a powerful and commonly-used neuroimaging software, using system commands. The goal is to be able to interface with FSL completely in R, where you pass R objects of class "nifti", implemented by package 'oro.nifti', and the function executes an FSL command and returns an R object of class "nifti" if desired.
Version: | 1.5.0 |
Depends: | stringr, oro.nifti (≥ 0.5.0) |
Imports: | methods, matrixStats, R.utils, scales, graphics, grDevices, stats |
Suggests: | knitr |
Published: | 2015-10-21 |
Author: | John Muschelli |
Maintainer: | John Muschelli <muschellij2 at gmail.com> |
BugReports: | https://github.com/muschellij2/fslr/issues |
License: | GPL-3 |
NeedsCompilation: | no |
SystemRequirements: | FSL (http://fsl.fmrib.ox.ac.uk/fsl/fslwiki/) |
Materials: | README |
In views: | MedicalImaging |
CRAN checks: | fslr results |
Reference manual: | fslr.pdf |
Vignettes: |
An R Markdown Vignette with knitr |
Package source: | fslr_1.5.0.tar.gz |
Windows binaries: | r-devel: fslr_1.5.0.zip, r-release: fslr_1.5.0.zip, r-oldrel: fslr_1.5.0.zip |
OS X Snow Leopard binaries: | r-release: fslr_1.5.0.tgz, r-oldrel: fslr_1.3.tgz |
OS X Mavericks binaries: | r-release: fslr_1.5.0.tgz |
Old sources: | fslr archive |
Reverse depends: | oasis |
Reverse imports: | spm12r |
Reverse suggests: | WhiteStripe |