UNPKG

@jbrowse/plugin-wiggle

Version:

JBrowse 2 wiggle adapters, tracks, etc.

14 lines (13 loc) 502 B
import type { AnyConfigurationModel } from '@jbrowse/core/configuration'; import type { QuantitativeStats } from '@jbrowse/core/util/stats'; export declare function getQuantitativeStats(self: { adapterConfig: AnyConfigurationModel; configuration: AnyConfigurationModel; autoscaleType: string; setMessage: (str: string) => void; }, opts: { headers?: Record<string, string>; stopToken?: string; filters: string[]; currStatsBpPerPx: number; }): Promise<QuantitativeStats>;