We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
HI @sara77777777,
It is related to rtracklayer bug: lawremi/rtracklayer#84 It needs to be fixed there.
Sorry, something went wrong.
ivanek
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: