linjoey / cyto-chromosome-vis

D3/Angular chromosome visual representation
http://linjoey.github.io/cyto-chromosome-vis
Apache License 2.0
19 stars 5 forks source link

Load own data #5

Open sebastian-raubach opened 5 years ago

sebastian-raubach commented 5 years ago

Hello,

How would I load my own data into this? There seems to be an option to set the data director (setDataDir), but how do I specify a specific file? I'm trying to load my own data from a URL.

Any help would be appreciated!

linjoey commented 5 years ago

I didn't add that feature. Probably have to modify model-loader.js with your file names and put your files in the data dir.