eUtils and GEO database
0
0
Entering edit mode
7.2 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

GEO eUtils NCBI • 2.2k views
ADD COMMENT
1
Entering edit mode

Following command would help exclude SuperSeries but not sure about the filter based on the number of samples.

esearch -db gds -query "GPL96[ACCN] AND gse[ETYP] AND cel[suppFile] NOT SuperSeries"
ADD REPLY
1
Entering edit mode

thanks, I was trying to use "... AND (NOT SuperSeries)". I enjoyed your nextgenbug yesterday, regards

ADD REPLY

Login before adding your answer.

Traffic: 2658 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6