ideogram icon indicating copy to clipboard operation
ideogram copied to clipboard

Chromosome visualization for the web

Results 36 ideogram issues
Sort by recently updated
recently updated
newest added

I am trying to add coloring and annotation to CNVs using rangeSet but the coloring does not appear on sex chromosomes.

help wanted

Hey, is it possible to combine two types of the annotations? it would be helpful to draw this: https://eweitz.github.io/ideogram/annotations-overlaid and this: https://eweitz.github.io/ideogram/annotations-histogram on the same picture to make it more...

Hello, I am try to feed the follow code to the config.annotations in the ideogram ``` var annots = [ { "name": "TP53", "chr": "17", "start": 7687489, "stop": 7668420, "weight":...

Thanks for this great tool. When multiple annotations are too close together (like within 10000 bases) in one chromosome as shown in , only one of them could be visible....

help wanted

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](https://github.com/user-attachments/assets/1d9904ad-aa33-4bfa-be81-551d5354c744) but when I chagne the config code:...

hello. First, I would like to thank you for your efforts in building a useful ideogram. I am a user who wants to use this ideogram to build a web...