Entering edit mode
John Coulthard
▴
170
@john-coulthard-3077
Last seen 10.5 years ago
Hi
When following the instructions in the biomaRt.pdf I get the
error below which ends 'Please report this to the mailing list'.
Did I do something wrong or do I wait for something to be fixed?
I am behind a proxy server but I can download packages so I don't
think that is the issue.
Many thanks
John
$ R
R version 2.15.1 (2012-06-22) -- "Roasted Marshmallows"
Copyright (C) 2012 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: x86_64-unknown-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> library(biomaRt)
> ensembl = useMart("ensembl", dataset = "hsapiens_gene_ensembl")
> affyids = c("202763_at", "209310_s_at", "207500_at")
>
getBM(attributes = c("affy_hg_u133_plus_2", "entrezgene"), filters =
"affy_hg_u133_plus_2",values = affyids, mart = ensembl)
&
nbsp; V1
1
2
<html><head><meta http-equiv="Content-Type" content="text/html;" charset="iso-8859-1">
3
&
nbsp; <title>ERROR: The
requested URL could not be retrieved</title>
4
<style type="text/css"></style>
5
&
nbsp; </head><body>
6