We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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:
human-mouse
but when I chagne the config code: organism: ['human', 'human'],
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",
"ideogram": "^1.47.0",
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
I use:
"ideogram": "^1.47.0",
The text was updated successfully, but these errors were encountered: