Entering edit mode
rubi
▴
110
@rubi-6462
Last seen 6.3 years ago
Hi,
I'm trying to get mouse Entrez IDs of Ensembl IDs and thought that using biomaRt will be the right thing to do.
So I installed biomaRt and trying to run:
> mart <- useMart(biomart="ensembl", dataset="mmusculus_gene_ensembl")
or
> listEnsembl()
I'm getting this error:
Extra content at the end of the document Error: 1: Extra content at the end of the document
Help would be appreciated
> sessionInfo() R version 3.3.0 (2016-05-03) Platform: x86_64-redhat-linux-gnu (64-bit) Running under: CentOS Linux 7 (Core) locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_PAPER=en_US.UTF-8 LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] tcltk grid stats4 parallel stats graphics grDevices utils datasets methods base other attached packages: [1] RCurl_1.95-4.8 bitops_1.0-6 [3] biomaRt_2.28.0 BiocInstaller_1.22.3 [5] PCGSE_0.2 MASS_7.3-45 [7] RMTstat_0.3 safe_3.12.0 [9] SparseM_1.7 data.table_1.9.6 [11] asbio_1.3-4 gridExtra_2.2.1 [13] org.Mm.eg.db_3.3.0 TxDb.Mmusculus.UCSC.mm10.ensGene_3.2.2 [15] GenomicFeatures_1.24.5 AnnotationDbi_1.34.4 [17] GenomicRanges_1.24.2 GenomeInfoDb_1.8.3 [19] IRanges_2.6.1 S4Vectors_0.10.3 [21] gageData_2.10.0 gage_2.22.0 [23] cellrangerRkit_0.99.0 Rmisc_1.5 [25] plyr_1.8.4 lattice_0.20-33 [27] bit64_0.9-5 bit_1.1-12 [29] ggplot2_2.1.0 RColorBrewer_1.1-2 [31] Biobase_2.32.0 BiocGenerics_0.18.0 [33] Matrix_1.2-6 loaded via a namespace (and not attached): [1] deSolve_1.13 KEGGREST_1.12.2 SummarizedExperiment_1.2.3 rhdf5_2.16.0 [5] colorspace_1.2-6 rtracklayer_1.32.2 chron_2.3-47 XML_3.98-1.4 [9] DBI_0.5 BiocParallel_1.6.6 multcompView_0.1-7 zlibbioc_1.18.0 [13] Biostrings_2.40.2 munsell_0.4.3 gtable_0.2.0 mvtnorm_1.0-5 [17] irlba_2.0.0 Rcpp_0.12.6 scales_0.4.0 plotrix_3.6-3 [21] scatterplot3d_0.3-37 graph_1.50.0 XVector_0.12.1 Rsamtools_1.24.0 [25] png_0.1-7 Rtsne_0.11 tools_3.3.0 RSQLite_1.0.0 [29] pheatmap_1.0.8 httr_1.2.1 pixmap_0.4-11 R6_2.1.3 [33] GenomicAlignments_1.8.4 |
|
|