You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The internal function get_out_of_bound_index is handy for getting the index of out-of-bounds ranges. I think people would find common use for it if it was documented and exported.
Cheers!
The text was updated successfully, but these errors were encountered:
My use was prompted by an old answer to a bioconductor post you made here.
I have ranges of variable width I want to extend, and then remove any that result in out-of-bounds ranges. There are of course ways to do so without this function, but the function was both simple and convenient.
I ended up copy/pasting the code for it into my own repo, but of course it would be better if the function itself was exported to avoid code duplication.
Hello,
The internal function
get_out_of_bound_index
is handy for getting the index of out-of-bounds ranges. I think people would find common use for it if it was documented and exported.Cheers!
The text was updated successfully, but these errors were encountered: