Hi,
It seems 'makeTxDbFromUCSC' currently cannot load refGene in hg19. Could you help me to fix this? Here's what I did:
> txdb <- makeTxDbFromUCSC(genome="hg19", tablename="refGene")
Error in .tablename2track(tablename, session) :
UCSC table "refGene" is not supported
I have confirmed the existence of this track:
browseUCSCtrack("hg19", "refGene")
I have updated everything:
> sessionInfo()
R version 3.4.2 (2017-09-28)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows >= 8 x64 (build 9200)
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C LC_TIME=English_United States.1252
attached base packages:
[1] stats4 parallel stats graphics grDevices utils datasets methods base
other attached packages:
[1] rtracklayer_1.38.3 GenomicFeatures_1.30.3 AnnotationDbi_1.40.0 Biobase_2.38.0 GenomicRanges_1.30.3
[6] GenomeInfoDb_1.14.0 IRanges_2.12.0 S4Vectors_0.16.0 AnnotationHub_2.10.1 BiocGenerics_0.24.0
[11] BiocInstaller_1.28.0
loaded via a namespace (and not attached):
[1] Rcpp_0.12.16 compiler_3.4.2 XVector_0.18.0
[4] prettyunits_1.0.2 progress_1.1.2 bitops_1.0-6
[7] tools_3.4.2 zlibbioc_1.24.0 biomaRt_2.34.2
[10] digest_0.6.15 bit_1.1-12 lattice_0.20-35
[13] RSQLite_2.1.0 memoise_1.1.0 Matrix_1.2-14
[16] DelayedArray_0.4.1 shiny_1.0.5 DBI_0.8
[19] yaml_2.1.18 GenomeInfoDbData_1.0.0 stringr_1.3.0
[22] httr_1.3.1 Biostrings_2.46.0 grid_3.4.2
[25] bit64_0.9-7 R6_2.2.2 BiocParallel_1.12.0
[28] XML_3.98-1.10 RMySQL_0.10.14 magrittr_1.5
[31] blob_1.1.1 matrixStats_0.53.1 GenomicAlignments_1.14.2
[34] Rsamtools_1.30.0 htmltools_0.3.6 SummarizedExperiment_1.8.1
[37] assertthat_0.2.0 mime_0.5 interactiveDisplayBase_1.16.0
[40] xtable_1.8-2 httpuv_1.3.6.2 stringi_1.1.7
[43] RCurl_1.95-4.10
This is Great! Thanks a lot for your help!
Hi James,
I have upgraded to the latest R(3.5.0), the latest Bioconductor(3.7), and the latest GenomicRanges (1.31.10), but it still gives me the same error. Anything I missed?
>makeTxDbFromUCSC("hg19","refGene")
Error in .tablename2track(tablename, session) :
UCSC table "refGene" is not supported
> sessionInfo()
R version 3.5.0 (2018-04-23)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows >= 8 x64 (build 9200)
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C LC_TIME=English_United States.1252
attached base packages:
[1] stats4 parallel stats graphics grDevices utils datasets methods base
other attached packages:
[1] rtracklayer_1.39.12 GenomicFeatures_1.31.10 AnnotationDbi_1.41.5 Biobase_2.39.2 GenomicRanges_1.31.23 GenomeInfoDb_1.15.5
[7] IRanges_2.13.28 S4Vectors_0.17.42 AnnotationHub_2.11.4 BiocGenerics_0.25.3 BiocInstaller_1.29.6