UNPKG

genomic-zscore

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) 117 B
export { readRegions, zScores } from "./zscore"; export type { GenomicRegion, ScoredGenomicRegion } from './zscore';