I can query GEO eUtils by accession number and get back some relevant XML, e.g.
http://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=gds&term=GSE57214%5bGEO%20Accession
But what I really want is the full record, which comes from the first ID listed in the above query's returned XML:
http://eutils.ncbi.nlm.nih.gov/entrez/eutils/esummary.fcgi?db=gds&id=200057214
My question is: where does this ID (200057214), come from, and how can I programmatically get it from the accession number (GSE57214). In particular, I'd like to be able to get it from the website (http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE57214 ).
Any help is appreciated.
Those are useful parameters. Thanks!