Entering edit mode
Hi!
I'm trying to pull a certain combination of attributes from biomaRt, but keep getting the same error
sapiens_mart = useEnsembl("ensembl", dataset = "hsapiens_gene_ensembl")
anno_mart_go <- getBM(mart = sapiens_mart, attributes = c('ensembl_gene_id', 'external_gene_name', 'go_id'))
Error
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached: [www.ensembl.org:443] Operation timed out after 300000 milliseconds with 9869172 bytes received
Any thought on how to fix this issue? Thanks!
How to find rsID with biomaRt in R
How to solve operation timed out with biomaRt