The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The neuroim package is a library of S4 classes and functions supporting neuroimaigng analysis in R. It contains data structures for 3D and 4D images and rotines for reading and writing NIFTI formatted images. It currently has experimental/limited support for reading AFNI formatted images.
A brief summary of most important functions is below. More extended documentation can be found in the associated vignettes.
loadVolume
example:
loadVolume("example.nii")
writeVolume
example:
writeVolume(vol, "example.nii")
loadVector
example:
loadVector("example_4d.nii")
writeVector
example:
writeVector(bvec, "example_4d.nii")
series
example: series(bvec, 12,12,12) ## voxel coordinates are [12,12,12] in grid units starting at [1,1,1]
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.