Entering edit mode
elhananby
▴
10
@elhananby-9276
Last seen 9.0 years ago
Hey everyone,
I'm trying to get gene names for a list of about 2k position on various chromosome I have.
The query I'm using is:
genes <- getBM(attributes=c('ensembl_gene_id', 'hgnc_symbol'), filters = c('chromosome_name', 'start', 'end'), values = list(chr, pos_start, pos_end), mart = ensembl)
But every time I get the same error:
Error in value[[3L]](cond) : Request to BioMart web service failed. Verify if you are still connected to the internet. Alternatively the BioMart web service is temporarily down.
I've also tried to change to host, as so:
ensembl = useMart(host = 'grch37.ensembl.org', biomart='ENSEMBL_MART_ENSEMBL', dataset='hsapiens_gene_ensembl')
But I'm still getting the same error.
Is it a problem on my end or is the server really down? Am I not using the query correctly?
Thanks
sessionInfo() R version 3.2.3 (2015-12-10) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows >= 8 x64 (build 9200) locale: [1] LC_COLLATE=Hebrew_Israel.1255 LC_CTYPE=Hebrew_Israel.1255 LC_MONETARY=Hebrew_Israel.1255 LC_NUMERIC=C LC_TIME=Hebrew_Israel.1255 attached base packages: [1] parallel stats graphics grDevices utils datasets methods base other attached packages: [1] biomaRt_2.26.1 multtest_2.26.0 Biobase_2.30.0 BiocGenerics_0.16.1 loaded via a namespace (and not attached): [1] IRanges_2.4.6 XML_3.98-1.3 bitops_1.0-6 MASS_7.3-45 DBI_0.3.1 stats4_3.2.3 RSQLite_1.0.0 S4Vectors_0.8.7 [9] splines_3.2.3 tools_3.2.3 RCurl_1.95-4.7 survival_2.38-3 AnnotationDbi_1.32.3
Dear James,
You are right, we had a GRCh37 mart downtime yesterday.
Everything should be working fine since yesterday afternoon.
Apologies for any inconvenience caused.
Regards,
Thomas