UNPKG

genomic-reader

Version:

A Typescript library for reading BigWig, BigBed, 2bit, and Bam files. Capable of streaming. For use in the browser or on Node.js.

3 lines (2 loc) 129 B
import { Chunk } from "./BamIndexReader"; export declare function bgzfUnzip(inputData: ArrayBuffer, chunk?: Chunk): ArrayBuffer;