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