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
I used bbi.stackup fuction with varying intervals and it gave me valid a 2D numpy array without throwing any error, when it mentioned that it works with equal intervals.
The text was updated successfully, but these errors were encountered:
Thanks. I actually dropped this requirement a while ago, but it looks like the docstring wasn't updated to reflect it. Specifically, if the bins= argument is used, the intervals can have any length, since each interval can be rescaled to the same number of bins.
It's actually a feature rather than a bug (e.g. to rescale genes to a standardized length), but maybe there should be some guardrails to prevent this from accidentally happening when one thinks that one's intervals all have the same length.
Hello! That's a nice feature of interpolating a signal. Could you please also add this clarification to the repo's Readme? Some users usually refer to that rather than to docstrings.
I used bbi.stackup fuction with varying intervals and it gave me valid a 2D numpy array without throwing any error, when it mentioned that it works with equal intervals.
The text was updated successfully, but these errors were encountered: