I have a list of 4000+ PMIDs from a meta-analysis query for which I'd like to pull abstracts from Pubmed. I can get title, description, details, nd other items using Batch Entrez http://www.ncbi.nlm.nih.gov/sites/batchentrez? But I can't find a way to get PMIDs and abstracts one per line. Is there a way to do this that doesn't require me to break up my query?
So, in addition to .ab and .pmid, where is there a list of all the suffixes and their corresponding fields which can be pulled from Medline or other NCBI databases in this manner?
Thanks, Pierre. This worked on the file I had. I had pulled an XML file but was unaware of this xsltproc command. I'd not worked with XML files before.
I keep a list of searchable fields for Entrez databases at a public Dropbox: http://dl.dropbox.com/u/1304874/entrez/index.html.
You can see the available entry fields at http://togows.dbcls.jp/entry/ncbi-pubmed?fields , and the available data sources at http://togows.dbcls.jp/entry/ . More details: http://togows.dbcls.jp/site/en/rest.html
Good lord, that is an impressive one-liner.
So, in addition to .ab and .pmid, where is there a list of all the suffixes and their corresponding fields which can be pulled from Medline or other NCBI databases in this manner?