R/tile-methods.R

### =========================================================================
### "tile" methods
### -------------------------------------------------------------------------
###

#' @importMethodsFrom IRanges tile
#' 
#' @export
setMethod("tile", 
          "GTuples", 
          function(x, n, width) {
            stop(class(x), " do not currently support the 'tile' method.")
          }
)

Try the GenomicTuples package in your browser

Any scripts or data that you put into this service are public.

GenomicTuples documentation built on Nov. 8, 2020, 6:43 p.m.