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
Is there any method to return the intersection and union between two range in ncls?
For instance, range(1,10) and range(5, 15) would return (5,10) and (1,15).
Or just simply return the length of intersection and union like the bedtools jaccards? [https://bedtools.readthedocs.io/en/latest/content/tools/jaccard.html]
The text was updated successfully, but these errors were encountered:
Thank you very much! I am now using pybedtools to calculate the intersection between ranges. However, the intersection matrix between 300 mRNA tracks (each contains around 15 ranges) would cost me 400 seconds in a 32 core server. I will try Pyranges first and give you some feedback.
Is there any method to return the intersection and union between two range in ncls?
For instance, range(1,10) and range(5, 15) would return (5,10) and (1,15).
Or just simply return the length of intersection and union like the bedtools jaccards? [https://bedtools.readthedocs.io/en/latest/content/tools/jaccard.html]
The text was updated successfully, but these errors were encountered: