subdivideGenomicRegion: given chrom, start, end, and a number of regions, subdivide...

View source: R/BigFimo.R

subdivideGenomicRegionR Documentation

given chrom, start, end, and a number of regions, subdivide with overlaps

Description

given chrom, start, end, and a number of regions, subdivide with overlaps

Usage

subdivideGenomicRegion(chrom, start, end, count, overlap)

Arguments

chrom

character chromosome

start

numeric of region

end

numeric of region

count

numeric the number to calculate

overlap

numeric of neighboring regions, also used to extend start and end

Value

a data.frame (chrom, start, end, size) of approximately equal count regions


PriceLab/bigFimo documentation built on April 14, 2025, 11:44 a.m.