hmgu-itg / peakplotter

A tool to find and annotate signals in next-generation association studies
6 stars 3 forks source link

Display gene's Ensembl Stable ID instead if no external ID is available #5

Closed youngchanpark closed 3 years ago

youngchanpark commented 3 years ago

Below is an example of a gene region plot of peakplotter:

image

Below is an image of the same region viewed in the Ensembl Genome Browser:

image

In peakplotter's gene region plot, you can see that the name of some genes are not displayed. This is because they are novel genes, and have not been assigned an external_name value yet. What Ensembl does for these genes is to display the Ensembl Gene Stable ID (e.g. ENSG00000248583). We should probably do the same.