Open sara77777777 opened 1 year ago
I'm trying to use the reference chm13 to visualize the short arm of chromosome 14, but it gives me this error:
Error in `genome<-`(`*tmp*`, value = "hs1") : Failed to set session genome to 'hs1'
This is my code:
library(Gviz) ideoTrack <- IdeogramTrack(genome = "hs1", chromosome = "chr14") plotTracks(ideoTrack, from = 1, to = 11400261)
Could you please help me?
HI @sara77777777,
It is related to rtracklayer bug: https://github.com/lawremi/rtracklayer/issues/84 It needs to be fixed there.
I'm trying to use the reference chm13 to visualize the short arm of chromosome 14, but it gives me this error:
This is my code:
Could you please help me?