Closed chriscdm closed 4 years ago
Hi Chris, great questions.
Is there another way to show MT for a human ideogram?
Not yet with this tool. I wasn't sure it was worth the effort. Given your message, I suspect it is.
Is annotating an MT gene not something that would be appropriate?
It's reasonable to do, in my opinion. Chromosome MT poses unique rendering challenges for chromosome visualization:
I'll show MT in human as already done for other organisms in Ideogram.js.
In the whole-genome view, I suspect human MT itself will be invisible, because at scale it's less than a speck compared to the nuclear chromosomes (chr1 - chr22). In other words, human MT will display like MT in C. elegans and like NCBI Genome Data Viewer.
In the single-chromosome view -- where we're not concerned with relative size -- Ideogram.js displays MT as a line. This will also be like NCBI GDV, which, although it omits it from the single-chromosome ideogram view, draws MT as a line in its Sequence Viewer.
Assuming this raises no red flags for you, I'll take on this enhancement and update you as I make progress.
Hi Eric, thank you very much for your response!
I believe that everything you said makes sense and raises no red flags for me.
I appreciate your willingness to add this functionality. Having MT display as just a line works, just having the ability to indicate visually that the gene in question exists on MT would be great for my purposes.
Thank you again for this, Eric! We really appreciate the enhancement!
I will share once our tool goes live!
Sounds good Chris. I definitely look forward to seeing your new tool when it's ready.
New functionality in #227 and #228 rounds out this use case, I think. I'll cut a new release including those this weekend.
This is live: https://eweitz.github.io/ideogram/highlights-basic.
Hello, thank you for this handy tool!
I am trying to use this to add a simple ideogram to a rare genetic disease portal, I am showing an ideogram with one chromosome highlighted at a time and one gene annotated. The user will be able to select genes associated with the genetic disease to see where it is located.
(Please forgive my ignorance regarding genetics in relation to my issue). Several of the genes I am trying to annotate are listed as MT. Here is an example of one. I have attempted to get MT to show up on the ideogram using
showNonNuclearChromosomes: true
but I cannot get it to display.Is there another way to show MT for a human ideogram? Is annotating an MT gene not something that would be appropriate?
Thank you!