Nothing
setGeneric("layout_linear", function(data,...)
standardGeneric("layout_linear"))
setMethod("layout_linear", "GRanges", function(data, ...){
p <- autoplot(data, ...)
p <- facet_grid(scales = "free_x", space = "free_x") +
scale_x_continuous(breaks = NULL, expand = c(0, 0))
p
})
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.