library(soGGi)
context("Arithmetic Operation")
data(chipExampleBig)
expect_that(all(assays((chipExampleBig[[1]]+chipExampleBig[[2]])/2)[[1]]==
assays(mean(chipExampleBig[[1]],chipExampleBig[[2]]))[[1]]),is_true()
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.