ideogram icon indicating copy to clipboard operation
ideogram copied to clipboard

human-human genome alignment

Open thedam opened this issue 1 year ago • 0 comments

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",

thedam avatar Aug 22 '24 10:08 thedam