Nothing
context("Create ExpressionSet")
library(Biobase)
test_that("createES finishes with result", {
load(file = system.file("testdata/GSE27112-GPL6103.rda", package="phantasus"))
expect_is(createES(data = exprs(es), pData = pData(es),
fData = fData(es),
eData = list(name="", lab="", contact="", title="", url="", other=list(), pubMedIds=""),
varLabels = varLabels(es),
fvarLabels = fvarLabels(es)), "ExpressionSet")
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.