Skip to content
Prev 1887 / 21307 Next

[Bioc-devel] biomaRt help

Dear Julie,

thanks for reporting this. I have tried your code

library(biomaRt)
mart <- useMart(biomart="ensembl", dataset="drerio_gene_ensembl")
seq1 = getSequence(id = "ENSDARG00000054562",
            type = "ensembl_gene_id", seqType = "gene_exon_intron",
               upstream = 350, mart = mart)

and reproduced the error:

Errore in getBM(c(seqType, type), filters = c(type, "upstream_flank"),:
Query ERROR: caught BioMart::Exception::Usage: Filter upstream_flank NOT 
FOUND

both on

R 2.9.0 with biomaRt_2.0.0, RCurl_0.98-1, XML_2.5-1

and

R 2.10.0 with biomaRt_2.1.0, RCurl_0.98-1, XML_2.5-1

We will investigate.

	Thanks
	Wolfgang




Julie Zhu ha scritto: