With a previous version of Gviz I could plot an ideogram for dog: the ideogram had no bands but it showed the location of the region. With the new version I now get an error.
> packageVersion("Gviz")
[1] ‘1.11.12’
> idxTrack <- IdeogramTrack(genome = "canFam3", chromosome = "chr28")
Error in if (any(bnames == "")) bnames[bnames == ""] <- sprintf("band_%i", :
missing value where TRUE/FALSE needed
Thanks!
I saw a similar issue being reported for human MT. I thought that the development version would already contain the fix (as shown above, I tried version 1.11.12) but it gives an error with dog and I therefore reported it again.
Does it mean that the last number of release and development versions are not synced and 1.10.11 will be ahead of 1.11.12?