Entering edit mode
8.5 years ago
nikkihathi
▴
30
Hello!
I am using a Bioconductor package called spliceR to identify any alternative splicing events in two samples. For this purpose, I am following the basic steps suggested in the paper.
for CDS annotation I am downloaded
library(BSgenome.Hsapiens.UCSC.hg19)
require("BSgenome.Hsapiens.UCSC.hg19",character.only=T)
ucscCDS <- getCDS(selectedGenome = "hg19",repoName = "UCSC") ## Retrieving CDS tables for UCSC...
It has been more than 24 hours but the retrieving CDS tables step is still running. I am uncertain if this problem is related to the system or to the repository.
Any suggestion?
Through UCSC browser takes considerably less time,
A: I need to download a list of all human genes with their respective Esemble gene
But the original question is about retrieving this information via R.
Sorry, I just saw the title. My fault :-(
No problem. Moved to a comment. Still useful information.