### =========================================================================
### "tile" methods
### -------------------------------------------------------------------------
###
#' @importMethodsFrom IRanges tile
#'
#' @export
setMethod("tile",
"GTuples",
function(x, n, width) {
stop(class(x), " do not currently support the 'tile' method.")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.