Register sequential 2D IMS data loaded into Cardinal
using NiftyReg
.
Reg3DIMS
extends Cardinal
's excellent data structures for 3D IMS experiments registered using RNiftyReg
.
#install devtools package is not already installed...
install.packages('devtools')
#install Reg3DIMS from github using devtools
library(devtools)
devtools::install_github('nhpatterson/Reg3DIMS')
#also install dependencies
install.packages('RNiftyReg')
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("EBImage")
BiocManager::install("Cardinal")
3D pipeline on example Mouse Brain dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.