Displaying 1 result from an estimated 1 matches for "ensembl_mart_46".
2009 Jun 16
1
Error using getBM() to query BioMart archives
...romosomal region using biomart. When using the current biomart
database I'm able to do this without issue. However, I need to use
build 36 of the mouse genome which was last included in ensembl mart
46. I selected this mart and the mouse dataset as follows:
mart<-useMart(biomart="ensembl_mart_46", host="www.biomart.org",
path="/biomart/martservice", port=80, archive=TRUE)
mart<-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 get...