ideogram
ideogram copied to clipboard
Chromosome visualization for the web
I am trying to add coloring and annotation to CNVs using rangeSet but the coloring does not appear on sex chromosomes.
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....
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:...
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...