Entering edit mode
Hi:
I am using biomart to get official geneID from ensembleID. the script worked well but today I got an error like this :
geneName <- getBM(attributes = c("entrezgene_id", "external_gene_name", "ensembl_gene_id"), filters = "ensembl_gene_id", values = ensembleID, mart = ensembl)
> Batch submitting query
> [==============================================================================>--------------------] 80% eta: 19sError in getBM(attributes = c("entrezgene_id",
> "external_gene_name", "ensembl_gene_id"), : The query to the
> BioMart webservice returned an invalid result: biomaRt expected a
> character string of length 1. Please report this on the support site
> at http://support.bioconductor.org
Does anyone know how to fix this?
Thanks, Cai
When posting in the future please also try to use the package name as a tag so the package maintainers will be notified automatically.