data(mulvey2015)
data(mulvey2015norm)
library("SummarizedExperiment")
mulvey2015_se <- as(mulvey2015, "SummarizedExperiment")
mulvey2015norm_se <- as(mulvey2015norm, "SummarizedExperiment")
save(mulvey2015_se, file = "../../data/mulvey2015_se.rda", compress = "xz", compression_level = 9)
save(mulvey2015norm_se, file = "../../data/mulvey2015norm_se.rda", compress = "xz", compression_level = 9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.