Hello everyone,
I am trying to get Gviz::UcscTrack to display HGNC symbols, or at least the default name from the gene() function. The piece of code I am using is pasted below. Any help is highly appreciated.
ucscGenes <- UcscTrack(genome="hg38", table="ncbiRefSeq", track = 'NCBI RefSeq', trackType="GeneRegionTrack",
chromosome="chr19", rstarts = "exonStarts", rends = "exonEnds",
gene = "name", symbol = 'name', transcript = "name",
strand = "strand", stacking = 'pack', showID = T, geneSymbol = T)
Thank you
Fantastic! It worked like a charm. I suppose with the mapping method I can assign any form of nomenclature to the genes. Right?
Thanks,
Greg
I don't know what you mean by 'with the mapping method I can assign any form of nomenclature to the genes'. Can you clarify?
It's OK. I meant the mapIds() function. Thanks again.