Displaying 1 result from an estimated 1 matches for "transcript_start".
2009 Jun 16
1
Error using getBM() to query BioMart archives
...d 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") :
The function argument 'what' contains an invalid value: type
Valid are: name, description, options,...