Skip to content
Prev 16104 / 21307 Next

[Bioc-devel] How to speed up GRange comparision

On 1/29/20 23:31, web working wrote:
Why not just

   out <- abs(pcompare(query, subject)) < 5

In any case you should use integer instead of numeric (twice more 
compact in memory).

H.