groupings | R Documentation |
Get number of ranges per group as an iteration
groupings(grl)
grl |
GRangesList |
an integer vector
grl <- GRangesList(GRanges("1", c(1, 3, 5), "+"),
GRanges("1", c(19, 21, 23), "+"))
ORFik::groupings(grl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.