flankPerGroup | R Documentation |
For a GRangesList, get start and end site, return back as GRL.
flankPerGroup(grl)
grl |
a |
a GRangesList, 1 GRanges per group with: start as minimum start of group and end as maximum per group.
grl <- GRangesList(tx1 = GRanges("1", IRanges(c(1,5), width = 2), "+"),
tx2 = GRanges("2", IRanges(c(10,15), width = 2), "+"))
flankPerGroup(grl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.