Adding gene symbol to generegiontrack in Gviz [R]
0
0
Entering edit mode
4.0 years ago
ksh4718 ▴ 10

Hello. I am trying to create a GeneRegionTrack for Gviz, using the mm10 genome. I can't seem to display the gene symbol rather than the Ensembl transcript ID in the gene track. I've tried changing the transcription annotation to gene and symbol but neither work. Please see below:

library(Gviz)
library(GenomicRanges)
library(Mus.musculus)

chr <- 'chr11'
gen <- 'mm10'

txdb <- TxDb.Mmusculus.UCSC.mm10.knownGene

grtrack <- GeneRegionTrack(txdb, genome = gen,
                           chromosome = chr, name = "UCSC known genes",
                           transcriptAnnotation='symbol')
plotTracks(grtrack, chromosome=11,from=102885336, to=102899200)

This is the output

If I change symbol to gene:

grtrack <- GeneRegionTrack(txdb, genome = gen,
                           chromosome = chr, name = "UCSC known genes",
                           transcriptAnnotation='gene')
plotTracks(grtrack, chromosome=11,from=102885336, to=102899200)

This is the new output

I want the transcript IDs to be replaced with the gene symbol. A side note that this works fine with the human genome, but not the mouse. I'm not sure why.

R Gviz mm10 • 2.5k views
ADD COMMENT
0
Entering edit mode

Please see How to add images to a Biostars post to add your images properly. You need the direct link to the image, not the link to the webpage that has the image embedded (which is what you have used here)

ADD REPLY
0
Entering edit mode

I'm having the same issue and haven't been able to figure it out. I just posted an issue to the Gviz github, so hopefully there's a useful response there soon. https://github.com/ivanek/Gviz/issues/36

ADD REPLY

Login before adding your answer.

Traffic: 2646 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6