https://pierre.marijon.fr/link.html
Similar to github.com/natir/biommap
Similar to github.com/natir/biommap
github.com/natir/pcon
github.com/natir/pcon
smidminimizer did this job ?
smidminimizer did this job ?
Large query, mean longer intervals.
If you are interest, before I discover COITree I rewrite cgranges and Interpolate Index cgranges in rust github.com/natir/clairi...
Large query, mean longer intervals.
If you are interest, before I discover COITree I rewrite cgranges and Interpolate Index cgranges in rust github.com/natir/clairi...
Generally the size of the queries are between 1 to 50 many small queries and sorted.
But it would be usefull to be able to query with much larger queries, 50M, even if it would cost much more there are very few of them.
Generally the size of the queries are between 1 to 50 many small queries and sorted.
But it would be usefull to be able to query with much larger queries, 50M, even if it would cost much more there are very few of them.
From my understanding it doesn't look more like a binary search tree with a pair of position as node. (cgranges article is very good).
If we're interested on task of annotating a set of variants for a set of genome annotations (gene position).
From my understanding it doesn't look more like a binary search tree with a pair of position as node. (cgranges article is very good).
If we're interested on task of annotating a set of variants for a set of genome annotations (gene position).
COITrees (github.com/dcjones/coit...) used cache-aware binary tree search that I thought of when reading your post.
COITrees (github.com/dcjones/coit...) used cache-aware binary tree search that I thought of when reading your post.