Hi All,
I am having trouble plotting an ideogram for mm9 chr 7 using Gviz as per the example in the help file. Every time I plot it the ideogram it produces looks nothing like what I want (very large). It does have the labels etc. and the region I want, but not the demenions. I wonder if this is because I have the latest version of R?
ideoTrack <- IdeogramTrack(genome = "mm9", chromosome = "chr7")
plotTracks(ideoTrack, from = 79053483, to = 79115099, showBandId = TRUE)
It feels like I'm missing something obvious and am a bit of an idiot :(
Thanks for the help!