Open hpages opened 5 years ago
@FelixErnst Hi Felix, I was not sure where we stand on this. Do you still need this? Or maybe you came up with your own solution/implementation already? My feeling at this point is that it seems a little bit too specialized and probably lacks use cases to be a good fit for IRanges. What do you think?
H.
@hpages Hi Herve,
I still like the idea quite a bit. If you think it doesn't make sense to be added to IRanges
at this moment, it is fine for me. I have recylced the code snippets from Slack and GitHub and so that I can use these functions for testing.
I would suggest the following: If the package, for which I need this function (at least at this moment in time), is mature enough to be submitted to BioC, I will tag you in the submission. You can decide then, whether you want to move it into IRanges
.
Felix
Then:
There is a
rescale()
generic in ggbio. Should probably be moved to BiocGenerics and the aboverescale()
for IRanges turned into a method.There is also a
rescale()
S3 generic in the scales package (with argumentsx
,to
,from
,...
) but there is nothing we can do about this (the conflicted package will help the end user deal with the name clash).