rentrez icon indicating copy to clipboard operation
rentrez copied to clipboard

web_history and big queries

Open haruosuz opened this issue 5 years ago • 0 comments

https://github.com/ropensci/rentrez/blob/master/README.md#web_history-and-big-queries While it is stated that 'When I wrote this that was a little over 200 000 SNPs', I have got the following messages:

> snp_search <- entrez_search(db="snp", 
+                             term="(Y[CHR] AND Homo[ORGN]) NOT 10001:2781479[CPOS]")
> snp_search
Entrez search result with 0 hits (object contains 0 IDs and no web_history object)
 Search term (as translated):  (Y[CHR] AND Homo[All Fields]) NOT 10001[CHRPOS] :  ... 

Attached are my R code and log file. Rcode.txt log.txt

haruosuz avatar Dec 29 '19 16:12 haruosuz