Learn R Programming

genpb (version 0.0.14)

tiling: generate a GRanges instance that tiles a chromosome

Description

generate a GRanges instance that tiles a chromosome

Usage

tiling(chr = "chr1", width = 1e+06)

Arguments

chr
chromosome name
width
tile width, will be truncated at last tile

Value

  • GRanges instance

Details

currently uses hardcoded chromosome lengths for hg19

Examples

Run this code
tiling("chr22")

Run the code above in your browser using DataLab