@jbrowse/plugin-wiggle
Version:
JBrowse 2 wiggle adapters, tracks, etc.
10 lines (9 loc) • 315 B
TypeScript
import type { GetScoreMatrixArgs } from './types.ts';
import type PluginManager from '@jbrowse/core/PluginManager';
export declare function executeClusterScoreMatrix({ pluginManager, args, }: {
pluginManager: PluginManager;
args: GetScoreMatrixArgs;
}): Promise<{
order: number[];
tree: string;
}>;