bbi-0.1.1: Tools for reading Big Binary Indexed files, e.g., bigBed, bigWig

Safe HaskellNone
LanguageHaskell2010

Data.BBI.BigBed

Synopsis

Documentation

query Source #

Arguments

:: (ByteString, Int, Int)

(Chr, start, end)

-> BBedFile 
-> ConduitT () (ByteString, Int, Int, ByteString) IO () 

Find all regions that are overlapped with the query in the bigbed file.