unlistGrl | R Documentation |
Same as [AnnotationDbi::unlist2()], keeps names correctly. Two differences is that if grl have no names, it will not make integer names, but keep them as null. Also if the GRangesList has names , and also the GRanges groups, then the GRanges group names will be kept.
unlistGrl(grl)
grl |
a GRangesList |
a GRanges object
ORF <- GRanges(seqnames = "1",
ranges = IRanges(start = c(1, 10, 20),
end = c(5, 15, 25)),
strand = "+")
grl <- GRangesList(tx1_1 = ORF)
unlistGrl(grl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.