Skip to content

Use interval binning scheme on transcript mappings

Vermaat requested to merge interval-binning into master

This speeds up lookup of transcript mappings by genomic position a lot. By filtering on bin index, such a query now uses the index on the bin column, where previously this would involve a sequential table scan.

http://interval-binning.readthedocs.org/

Merge request reports