Entering edit mode
8.4 years ago
Satyajeet Khare
★
1.6k
I am using SpliceR and am trying to create a genome session using following command
session <- browserSession("UCSC")
genome(session) <- "hg19"
And I see following error
Error in
genome<-
(*tmp*
, value = "hg19") : Failed to set session genome to 'hg19'
If you set it for the first time, it works fine but you cannot not change it. In this case, its already set to hg38. Can anybody help?
Not the solution, but found a way to avoid the use of genome(session) here.
The commands in this original article are different from the Vignette.