Nothing
library(testthat)
library(genoset)
test_that("We can make genoPlots", {
data(genoset)
expect_true( genoPlot( x=genoset.ds,y=genoset.ds[,1,"lrr"] ) )
expect_true( genoPlot( genoPos(genoset.ds), genoset.ds[,1,"lrr"], locs=rowRanges(genoset.ds) ) )
expect_true( genoPlot( 1:10, Rle(c(rep(0,5),rep(3,4),rep(1,1))) ) )
})
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.