BiomaRt - Problem to access homolog lists
0
0
Entering edit mode
ginie.dub • 0
@f733958b
Last seen 13 months ago
Germany

Hi,

I want to retrieve human and rat homologs from the Ensembl 107 archive and I get the following error:

mart_rat <- useMart(host='jul2022.archive.ensembl.org',biomart="ENSEMBL_MART_ENSEMBL",dataset="rnorvegicus_gene_ensembl") 
mart_human <- useMart(host='jul2022.archive.ensembl.org',biomart="ENSEMBL_MART_ENSEMBL",dataset="hsapiens_gene_ensembl") 

# get homology information
bmh <- getLDS(attributes = c("ensembl_gene_id", "external_gene_name"),
              mart = mart_human,
              attributesL = c("ensembl_gene_id", "external_gene_name"),
              martL = mart_rat
              )

## Error: biomaRt has encountered an unexpected server error.
## Consider trying one of the Ensembl mirrors (for more details look at ?useEnsembl)

It turns out that the same error is documented in the package vignette from 11.22...

Vignette biomaRt from 11.22, section 6.11

This makes me think that the problem does not come from my code... I should also say that I tried it with different annotation versions and I encounter the same problem from Ensembl 106 to the current version.

Any solution from your side?

Many thanks!

biomaRt ensembldb • 670 views
ADD COMMENT

Login before adding your answer.

Traffic: 712 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6