simpleTiling: create a GRanges with a tiling of the human genome

Description Usage Arguments Examples

View source: R/gffprocess.R

Description

create a GRanges with a tiling of the human genome

Usage

1
simpleTiling(ntile)

Arguments

ntile

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (ntile) 
{
    require(Homo.sapiens)
    hsi = seqinfo(Homo.sapiens)[paste0("chr", 1:22), ]
    GenomicRanges::unlist(tileGenome(hsi, ntile = 100))
  }

GGtools documentation built on Nov. 8, 2020, 6:32 p.m.