UNPKG

biojs-vis-wigexplorer

Version:
8 lines (7 loc) 257 B
// if you don't specify a html file, the sniper will generate a div var app = require("biojs-vis-wigexplorer"); var instance = new app({ target: yourDiv.id, selectionBackgroundColor: 'steelblue', dataSet: "./data/wigExplorerDataSet5.txt" });