Reconnect a GiottoClass object
Usage
# S4 method for class 'giottoAffineImage'
reconnect(x, path = NULL, ...)
# S4 method for class 'giottoLargeImage'
reconnect(x, path = NULL, ...)
# S4 method for class 'giottoImage'
reconnect(x, path = NULL, ...)
Examples
temp <- tempfile()
f <- system.file("extdata/toy_intensity.tif", package = "GiottoClass")
a <- createGiottoLargeImage(f)
saveRDS(a, temp)
b <- readRDS(temp) # expected to be null pointer
b <- reconnect(b) # reconnected to source image