Entering edit mode
7.8 years ago
russhh
5.7k
Hi I'm trying to use NCBI::eUtils to obtain microarray / RNASeq datasets from GEO for use in a meta-analysis. I've based my searches on the examples at https://www.ncbi.nlm.nih.gov/geo/info/geo_paccess.html
I've a couple of simple questions: Say I start with this query (from the FAQ):
https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi? ...
db=gds& ...
term=GPL96[ACCN]+AND+gse[ETYP]+AND+cel[suppFile]& ...
retmax=5000& ...
usehistory=y
How do I filter to remove "SuperSeries" from the returned datasets?
How do I filter to keep only datasets with at least 4 samples and less than 200 samples?
Ta
Following command would help exclude SuperSeries but not sure about the filter based on the number of samples.
thanks, I was trying to use "... AND (NOT SuperSeries)". I enjoyed your nextgenbug yesterday, regards