gpos/GPos equivalent for granges/GRanges
MalteThodberg opened this issue · 2 comments
MalteThodberg commented
Currently, calling granges on a GPos-object returns a GRanges-object. It would be nice if granges returned either the corresponding GPos-object, or adding a separate gpos function for the GPos class.
hpages commented
I think I will just make granges()
return a GPos object. Will be consistent with ranges()
returning an IPos object. Also that means we avoid the introduction of a new generic.
Thanks for your feedback.
MalteThodberg commented
Sounds great! I have closed the issue