How to plot gene names in Gviz plotTracks and get the ideogram track to work (US-based)?
0
0
Entering edit mode
Michael • 0
@e828643d
Last seen 7 months ago
United States

Hi,

I am trying to plot some data in R using the Gviz package, but I can't seem to get the gene names to appear on the track nor can I get the ideogram function to work.

For the ideogram, I am aware that the yeast genome does not have cytobands, but I would like to plot the chromosome diagram and red bar mark indicating the region in my plots.

The error I receive when I try running IdeogramTrack is:

itrack <- IdeogramTrack(genome = gen, chromosome = chr)
Error in .local(.Object, ...) : Failed to obtain 'hguid' cookie

For gene names, I would like to have them on top of the yellow bars indicating UCSC gene locations, but I'm not sure how to do so.

enter image description here

gviz Saccharomyces_cerevisiae Gviz ideogram • 734 views
ADD COMMENT
0
Entering edit mode

You'll need to show more code, for example how you created that GeneRegionTrack, and what 'gen' and 'chr' are.

ADD REPLY
0
Entering edit mode

Ideally it would also be a self-contained example that others could run, rather than using data that noboby has access to.

ADD REPLY
0
Entering edit mode

I think the above mentioned error is linked to old url scheme in rtracklayer (only http) which prevents fetching the data from UCSC servers. For reference: https://github.com/lawremi/rtracklayer/issues/91

ADD REPLY

Login before adding your answer.

Traffic: 510 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