eweitz / ideogram

Chromosome visualization for the web
https://eweitz.github.io/ideogram
Other
294 stars 71 forks source link

Display assembly hg18 #81

Closed KyleGao closed 7 years ago

KyleGao commented 7 years ago

I am trying to have plots in hg18, and I tried a couple of values for parameter assembly: hg18, NCBI36, GCF_000001405.12, none of them worked.

What's the proper way of doing it?

eweitz commented 7 years ago

@KyleGao, I just implemented support for that old human reference genome assembly. You can get it in the freshly-released Ideogram.js v0.11.0.

Example:

var ideogram = new Ideogram({
  organism: 'human',
  assembly: 'GCF_000001405.12'
});