Displaying 1 result from an estimated 1 matches for "external_gene_id".
2009 Jun 16
1
Error using getBM() to query BioMart archives
...rt<-useDataset("mmusculus_gene_ensembl", mart=mart)
I'm able to list the available attributes and filters just fine, but
when I attempt to actually retrieve data using getBM() I receive the
following error:
> genes<-getBM(attributes=c("ensembl_gene_id", "external_gene_id",
"description", "chromosome_name", "start_position", "transcript_start"),
+ filters=c("chromosome_name","start","end"),
+ values=list(12,40000000,70000000),
+ mart=mart)
Error in listFilters(mart, what = "type")...