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.")
          }
)
PeteHaitch/GenomicTuples documentation built on Nov. 15, 2024, 7:35 p.m.