UNPKG

genomefeatures

Version:

A D3 based genome feature rendering

9 lines (8 loc) 292 B
import { VariantFeature } from './services/VariantService'; import { Region } from './types'; export declare function fetchTabixVcfData({ url, indexUrl, indexType, region, }: { url: string; indexUrl?: string; indexType?: string; region: Region; }): Promise<VariantFeature[]>;