error in function useDataset of biomaRt
0
0
Entering edit mode
Riley Qiu • 0
@71e7ea05
Last seen 20 months ago
China

Dear all, I am trying to use the biomaRt package to access the data from Ensembl, however I got error message when using the useDataset() function. My codes are shown below.

library(httr)
listMarts()
ensembl = useMart("ENSEMBL_MART_ENSEMBL")
listDatasets(ensemble)
ensembl = useDataset("hsapiens_gene_ensembl",mart = ensemble)

When I type useDataset function i got error message like this:

> ensembl1 <- useEnsembl(biomart = "ENSEMBL_MART_ENSEMBL",dataset = "hsapiens_gene_ensembl")
Ensembl site unresponsive, trying asia mirror
Error in textConnection(text, encoding = "UTF-8") : 
  invalid 'text' argument

and sometimes another different error message showed as:

> ensembl = useDataset("hsapiens_gene_ensembl",mart = ensembl)
Ensembl site unresponsive, trying asia mirror
Error in textConnection(bmResult) : invalid 'text' argument

it seems like that the mirror automatically change to asia OR useast OR uswest, but the error message still shows up over and over again, and i don't know what to do.

So if anyone could help me with this? I will be very grateful for any help or suggestion.

Kind regards Riley Qiu, Dongguan, China

bioma biomaRt • 1.3k views
ADD COMMENT
0
Entering edit mode

Try :

ensembl = useMart(biomart="ENSEMBL_MART_ENSEMBL",host="https://uswest.ensembl.org")
ensembl = useDataset("hsapiens_gene_ensembl",mart = ensembl)
ADD REPLY

Login before adding your answer.

Traffic: 766 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