Package papayar details
View Medical Research Images using the Papaya JavaScript Library
Users pass images and objects of class 'nifti' from the 'oro.nifti' package to a Papaya, an interactive lightweight JavaScript viewer. Although many packages can view individual slices or projections of image and matrix data, this package allows for quick and easy interactive browsing of images. The viewer is based off of the Mango software, which is a lightweight medical image viewer.
Maintainer: John Muschelli < muschellij2 at gmail.com >
From within R, enter citation('papayar')
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('papayar')
# from GitHub
neuro_install('papayar', release = "stable", release_repo = "github")
neuro_install('papayar', release = "current", release_repo = "github")
More detailed installation instructions can be found here.
Initially submitted on | October 1 2018 4:20PM |
Last updated on | March 31 2021 10:00AM |
Package type | standard |
Source GitHub | https://github.com/muschellij2/papayar GitHub |
Neuroconductor GitHub | https://github.com/neuroconductor/papayar GitHub |
Imports | neurobase, oro.nifti, servr, htmltools, utils |
Reverse Suggests | ciftiTools |