| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.BBI
Documentation
Constructors
| BbiFile | |
Fields
| |
data BbiFileHeader Source
Constructors
| BbiFileHeader | |
Fields
| |
Instances
openBbiFile :: FilePath -> IO BbiFile Source
closeBbiFile :: BbiFile -> IO () Source
getBbiFileHeader :: Handle -> IO (Either String BbiFileHeader) Source
getChromId :: BbiFile -> ByteString -> Maybe Int Source
readBlocks :: BbiFile -> [(Int, Int)] -> Source IO ByteString Source