Package oasis details
Multiple Sclerosis Lesion Segmentation using Magnetic Resonance Imaging (MRI)
Trains and makes predictions from the OASIS method,
described in detail in the paper "OASIS is Automated
Statistical Inference for Segmentation, with applications to
multiple sclerosis lesion segmentation in MRI"
Maintainer: Elizabeth M. Sweeney < elizabethmargaretsweeney at gmail.com >
From within R, enter citation('oasis')
If you have any problems with this package you can open a new issue or check the already existing ones here.
To install this package, start R and enter:
source("https://neuroconductor.org/neurocLite.R")
# Default Install
neuro_install('oasis')
# from GitHub
neuro_install('oasis', release = "stable", release_repo = "github")
neuro_install('oasis', release = "current", release_repo = "github")
More detailed installation instructions can be found here.
Initially submitted on | October 3 2018 1:23PM |
Last updated on | March 31 2021 10:00AM |
Package type | standard |
Source GitHub | https://github.com/emsweene/oasis GitHub |
Neuroconductor GitHub | https://github.com/neuroconductor/oasis GitHub |
Depends | R (2.10) |
Imports | neurobase, fslr (2.13), methods, stats, parallel, oro.nifti, mmand |
Suggests | httr, covr, ROCR |