## ----echo=FALSE--------------------------------------------------------------- library(BiocStyle) self <- Biocpkg("alabaster.sce") knitr::opts_chunk$set(error=FALSE, warning=FALSE, message=FALSE) ## ----------------------------------------------------------------------------- library(SingleCellExperiment) example(SingleCellExperiment, echo=FALSE) # can't be bothered to copy it here. sce library(alabaster.sce) tmp <- tempfile() saveObject(sce, tmp) list.files(tmp, recursive=TRUE) ## ----------------------------------------------------------------------------- roundtrip <- readObject(tmp) class(roundtrip) ## ----------------------------------------------------------------------------- sessionInfo()