Entering edit mode
Hi everyone,
I am trying to use run splieR for splicing analysis in my RNAseq data from Arabidopsis.
As usual, the packages and instructions in manuals are for anything but plants.
Here is my question
Arabidopsis genome is not listed in UCSC. What should be alternative to the following chunk in spliceR documentation. Cheers.
session <- browserSession("UCSC")
genome(session) <- "hg19"
query <- ucscTableQuery(session, "knownGene")
tableName(query) <- "knownGene"
cdsTable <- getTable(query)
thanks.. is that TAIR10?
and how should I do that?
> session <- browserSession("UCSC") > genome(session) <- "araTha1" Error in `genome<-`(`*tmp*`, value = "araTha1") : Failed to set session genome to 'araTha1'
and the Error
Yea, sorry, I got that identifier from some sort of example of a custom hub. Arabidopsis is not in the actual UCSC database. I'll edit the answer.