ideogram
ideogram copied to clipboard
Annoatation with multiple tracks
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": 1000000,
"shape": "circle",
"color": "#825",
"track_index": 1
},
.
.
.
other gene at different track
]
But nothing appeared, Did I miss anything? P.S. Thanks heaps for this amazing library