eweitz / ideogram

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

Problem Displaying Rat Chromosomes #86

Open akvallejos opened 6 years ago

akvallejos commented 6 years ago

Hi I am trying to do a compartive mapping between Rat and Human. However, following the examples only Human chromosomes appear. If I restrict the code to displaying only a single species, I can get either Human or Rat to appear.

Here is the snippet from the script: ` let config = { organism: ["human","rattus-norvegicus"], chromosomes: {"human" :["1", "6"], "rattus-norvegicus":["13","20"]} };

let ideogram = new Ideogram(config); `

Thanks!

eweitz commented 6 years ago

Hi @akvallejos. Thanks for bringing this issue to my attention. I've confirmed it.

The perspective you're using is currently limited to human-human, mouse-mouse, or human-mouse. Addressing your use case will require more generic support for comparative genomics in that particular view.

Given my time constraints, other ongoing work, and the complexity of this issue, I will likely have it resolved in early 2018.