In [1]:
import biojs
In [2]:
options = {
'selectionBackgroundColor' : 'green',
'dataSet' : '//cdn.rawgit.com/anilthanki/biojs-vis-wigexplorer/master/snippets/data/wigExplorerDataSet5.txt'
}
In [3]:
wigExplorer = biojs.wigExplorer(options)
In [4]:
wigExplorer.plot()
In [ ]: