esearch in reutils package: how to specify dataset?
Hello!
I have a question about the reutils package.
There is a function called esearch() which allows you to search the GEO database. So, I entered the same query that I would use in GEO: "UIDs<-esearch( term = "METHYLATION PROFILING BY ARRAY[DATASET TYPE]"), but esearch() doesn't recognize "DATASET TYPE".
So my question is, how do I specify the dataset type to esearch()?
This is my code btw: UIDs<-esearch( term = "METHYLATION PROFILING BY ARRAY[DATASET TYPE]" )
Thank you
• 1,993 views
•
link
1 answer
I figured out you have to set the database as "gds".
• 0 views
•
link
Log in to answer this question.
Cross-posted to https://stackoverflow.com/questions/44532441/esearch-in-reutils-package-how-to-specify-dataset/44533151 where I answered.