### =========================================================================
### "coverage" methods
### -------------------------------------------------------------------------
###
#' @importMethodsFrom IRanges coverage
#'
#' @export
setMethod("coverage",
"GTuples",
function(x, shift = 0L, width = NULL, weight = 1L,
method = c("auto", "sort", "hash")) {
stop(class(x), " do not currently support the 'coverage' method.")
}
)
#' @importMethodsFrom IRanges coverage
#'
#' @export
setMethod("coverage",
"GTuplesList",
function(x, shift = 0L, width = NULL, weight = 1L,
method = c("auto", "sort", "hash")) {
stop(class(x), " do not currently support the 'coverage' method.")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.