Hi there,
I wanted to make a txdb from an early version of biomart (GRCh37), the default is the most recent version.
Hsapiens.Ensembl.grch37<- makeTxDbFromBiomart(dataset="hsapiens_gene_ensembl", host="grch37.ensembl.org") Download and preprocess the 'transcripts' data frame ... OK Download and preprocess the 'chrominfo' data frame ... FAILED! (=> skipped) Download and preprocess the 'splicings' data frame ... OK Download and preprocess the 'genes' data frame ... OK Prepare the 'metadata' data frame ... OK Make the TxDb object ... OK Warning message: In .normarg_makeTxDb_chrominfo(chrominfo, transcripts$tx_chrom, : chromosome lengths and circularity flags are not available for this TxDb object > sessionInfo() R version 3.2.3 (2015-12-10) Platform: x86_64-apple-darwin13.4.0 (64-bit) Running under: OS X 10.10.1 (Yosemite) locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] grid stats4 parallel stats graphics grDevices utils datasets methods base other attached packages: [1] biomaRt_2.26.1 readr_0.2.2 SummarizedExperiment_1.0.2 [4] TCGAbiolinks_1.0.5 tissuesGeneExpression_1.0 ggrepel_0.4 [7] org.Hs.eg.db_3.2.3 RSQLite_1.0.0 DBI_0.3.1 [10] ChIPseeker_1.7.7 GenomicFeatures_1.22.7 AnnotationDbi_1.32.3 [13] Biobase_2.30.0 EnrichedHeatmap_1.0.0 locfit_1.5-9.1 [16] ComplexHeatmap_1.6.0 BSgenome.Hsapiens.UCSC.hg19_1.4.0 BSgenome_1.38.0 [19] rtracklayer_1.30.1 Biostrings_2.38.3 XVector_0.10.0 [22] ggplot2_2.0.0 tidyr_0.3.1 dplyr_0.4.3 [25] GenomicInteractions_1.4.1 GenomicRanges_1.22.3 GenomeInfoDb_1.6.1 [28] IRanges_2.4.6 S4Vectors_0.8.7 BiocGenerics_0.16.1 loaded via a namespace (and not attached): [1] circlize_0.3.4 Hmisc_3.17-1 [3] aroma.light_3.0.0 plyr_1.8.3 [5] igraph_1.0.1 ConsensusClusterPlus_1.24.0 [7] lazyeval_0.1.10 heatmap.plus_1.3 [9] splines_3.2.3 BiocParallel_1.4.3 [11] gridBase_0.4-7 TH.data_1.0-6 [13] digest_0.6.9 foreach_1.4.3 [15] BiocInstaller_1.20.1 gdata_2.17.0 [17] magrittr_1.5 memoise_0.2.1 [19] xlsx_0.5.7 cluster_2.0.3 [21] doParallel_1.0.10 limma_3.26.5 [23] annotate_1.48.0 matrixStats_0.50.1 [25] R.utils_2.2.0 sandwich_2.3-4 [27] colorspace_1.2-6 rvest_0.3.1 [29] RCurl_1.95-4.7 hexbin_1.27.1 [31] TxDb.Hsapiens.UCSC.hg19.knownGene_3.2.2 graph_1.48.0 [33] genefilter_1.52.0 supraHex_1.8.0 [35] survival_2.38-3 VariantAnnotation_1.16.4 [37] zoo_1.7-12 iterators_1.0.8 [39] ape_3.4 gtable_0.1.2 [41] zlibbioc_1.16.0 UpSetR_1.0.2 [43] GetoptLong_0.1.1 Rgraphviz_2.14.0 [45] shape_1.4.2 scales_0.3.0 [47] DESeq_1.22.0 futile.options_1.0.0 [49] mvtnorm_1.0-3 GGally_1.0.0 [51] edgeR_3.12.0 Rcpp_0.12.3 [53] plotrix_3.6-1 xtable_1.8-0 [55] foreign_0.8-66 preprocessCore_1.32.0 [57] Formula_1.2-1 httr_1.0.0 [59] gplots_2.17.0 RColorBrewer_1.1-2 [61] acepack_1.3-3.3 modeltools_0.2-21 [63] rJava_0.9-8 reshape_0.8.5 [65] XML_3.98-1.3 R.methodsS3_1.7.0 [67] Gviz_1.14.2 nnet_7.3-11 [69] labeling_0.3 munsell_0.4.2 [71] tools_3.2.3 downloader_0.4 [73] devtools_1.9.1 stringr_1.0.0 [75] caTools_1.17.1 dendextend_1.1.2 [77] coin_1.1-2 EDASeq_2.4.1 [79] nlme_3.1-122 whisker_0.3-2 [81] R.oo_1.19.0 xml2_0.1.2 [83] affyio_1.40.0 geneplotter_1.48.0 [85] stringi_1.0-1 futile.logger_1.4.1 [87] lattice_0.20-33 Matrix_1.2-3 [89] GlobalOptions_0.0.8 data.table_1.9.6 [91] bitops_1.0-6 dnet_1.0.7 [93] R6_2.1.1 latticeExtra_0.6-26 [95] affy_1.48.0 hwriter_1.3.2 [97] ShortRead_1.28.0 KernSmooth_2.23-15 [99] gridExtra_2.0.0 codetools_0.2-14 [101] lambda.r_1.1.7 dichromat_2.0-0 [103] boot_1.3-17 gtools_3.5.0 [105] assertthat_0.1 xlsxjars_0.6.1 [107] chron_2.3-47 rjson_0.2.15 [109] GenomicAlignments_1.6.3 Rsamtools_1.22.0 [111] multcomp_1.4-1 rpart_4.1-10 [113] biovizBase_1.18.0
I have read GenomicFeatures makeTranscriptDbFromBiomart failure and https://stat.ethz.ch/pipermail/bioconductor/2011-November/042024.html and it said the problem was solved, but I still encounter it...
Thanks,
Ming
Thanks for resolving it!
Ming