subdivideGenomicRegion | R Documentation |
given chrom, start, end, and a number of regions, subdivide with overlaps
subdivideGenomicRegion(chrom, start, end, count, overlap)
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 |
a data.frame (chrom, start, end, size) of approximately equal count regions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.