ideogram
ideogram copied to clipboard
human-human genome alignment
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:
but when I chagne the config code:
organism: ['human', 'human'],
the bottom chromosomes disappears:
The issue appears after setting human-human in the config object:
let config = {
organism: ['human', 'mouse'],
...
I use:
"ideogram": "^1.47.0",