calcWidth | R Documentation |
The length of a genomic region (the distance between the start and end) is called the width When given a query set of genomic regions, this function returns the width
calcWidth(query)
query |
A GRanges or GRangesList object with query sets |
A vector of the widths (end-start coordinates) of GRanges objects.
regWidths = calcWidth(vistaEnhancers)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.