Entering edit mode
ezrabekele17
•
0
@ezrabekele17-13225
Last seen 7.6 years ago
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