UNPKG

genomefeatures

Version:

A D3 based genome feature rendering

4 lines (3 loc) 246 B
import { SimpleFeatureSerialized } from './types'; export declare function renderTrackDescription(feature: SimpleFeatureSerialized): string; export declare function getJBrowseLink(source: string, chr: string, start: number, end: number): string;