Hi,
I'm running this code lines since two years ago:
mart <- biomaRt::useMart(biomart = "ENSEMBL_MART_ENSEMBL", dataset = "mmusculus_gene_ensembl", host = 'www.ensembl.org')
biotype <- biomaRt::getBM(attributes = c("gene_biotype", "external_gene_name", "description"), mart = mart)
But I've obtained this error today:
Error: failed to load external entity "http://www.ensembl.org/info/website/archives/index.html?redirect=no"
What can I do to fix it? Is there any problem with this URL?
Thanks.
Claudia
--
You received this message because you are subscribed to the Google Groups "biomart-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
[hidden email].
To view this discussion on the web, visit
https://groups.google.com/d/msgid/biomart-users/a8d84055-2a3e-4098-8aff-90c08c524135n%40googlegroups.com.