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.

4 lines (3 loc) 75 B
export * from "./bigwig"; export * from "./loader"; export * from "./bam";