makeTiles: This function makes tiles for a particular chromosome of the...

Description Usage Arguments Value

Description

This function makes tiles for a particular chromosome of the hg19 genome

Usage

1
2
makeTiles(chr = 1, start = 0, end = 0, tile_size = 1000,
  ignore_strand = FALSE)

Arguments

chr

Chromosome number

start

Start position (if only tiles for a particular region should be made)

end

End position (if only tiles for a particular region should be made)

tile_size

Tile size

ignore_strand

When set to TRUE, the strand information is ignored in the overlap calculations (see package 'GenomicRanges')

Value

GRanges object with tiles for the indicated chromosome


FabianErdel/RWire documentation built on May 26, 2019, 7:26 a.m.