Performance-critical tools to manipulate, analyze, and process genomic interval data. Primarily focused on building tools for geniml - our genomic machine learning python package.
3
stars
2
forks
source link
The `TokenizedRegionSet` needs to have a `to_ids()` function on it #5
It is annoying to have to iterate over the
TokenizedRegionSet
object in the Python bindings to get anid
.Therefore, we need to just create a
to_ids()
function that spits out allid
s at once. This is a much better user experience.