Skip to content
Prev 1885 / 21312 Next

[Bioc-devel] biomaRt help

Dear Wolfgang,

Thank you very much for trying the code and pointing out the typo!

I just tried the code again three times. The getBM call produced the error
on the first and third time, but on the second time the getBM call works
fine. Here is the code I ran and the output including time, date and session
information.

Best regards,

Julie
Checking attributes ... ok
Checking filters ... ok
[1] "Mon Jun 15 08:35:19 2009"
+         type = "ensembl_gene_id", seqType = "gene_exon_intron",
   +            upstream = 350, mart = mart)
Error in getBM(c(seqType, type), filters = c(type, "upstream_flank"),  :
  Query ERROR: caught BioMart::Exception::Usage: Filter upstream_flank NOT
FOUND
R version 2.9.0 (2009-04-17)
i386-apple-darwin8.11.1

locale:
en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base

other attached packages:
[1] biomaRt_2.0.0

loaded via a namespace (and not attached):
[1] RCurl_0.94-1 XML_2.3-0
Checking attributes ... ok
Checking filters ... ok
[1] "Mon Jun 15 08:36:09 2009"
+             type = "ensembl_gene_id", seqType = "gene_exon_intron",
+                 upstream = 350, mart = mart)
[1] "Mon Jun 15 08:36:39 2009"
+             type = "ensembl_gene_id", seqType = "gene_exon_intron",
+                 upstream = 350, mart = mart)
Error in getBM(c(seqType, type), filters = c(type, "upstream_flank"),  :
  Query ERROR: caught BioMart::Exception::Usage: Filter upstream_flank NOT
FOUND
R version 2.9.0 (2009-04-17)
i386-apple-darwin8.11.1

locale:
en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base

other attached packages:
[1] biomaRt_2.0.0

loaded via a namespace (and not attached):
[1] RCurl_0.94-1 XML_2.3-0
On 6/14/09 4:00 AM, "Wolfgang Huber" <huber at ebi.ac.uk> wrote: