eweitz / ideogram

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

human-human genome alignment #373

Open thedam opened 1 month ago

thedam commented 1 month ago

Hey, I want to visualize translocation breaking points.

When I try to use this example: https://eweitz.github.io/ideogram/genome-alignment with human-mouse I get such picture:

image

but when I chagne the config code: organism: ['human', 'human'],

the bottom chromosomes disappears: image

The issue appears after setting human-human in the config object:

let config = {
      organism: ['human', 'mouse'],
      ...

I use: "ideogram": "^1.47.0",