Bioconductor/GenomicRanges

gpos/GPos equivalent for granges/GRanges

MalteThodberg opened this issue · 2 comments

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.

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.

Sounds great! I have closed the issue