Return the Title and URL of ~100 pubmed queries to a flat file
1
0
Entering edit mode
7.7 years ago
LauferVA 4.2k

There are ~100 SNPs associated with RA at genome wide significance.

If you enter in just the SNP ID into pubmed, you can sometimes find links to other papers describing a functional effect of the variant.

Individually submitting 100 requests is tedious, so I thought there is probably a "batch submit" button Entrez or EUtilz tool to do this.

However, I was not able to get what options I could find to work. Batch Entrez - NCBI, unless I am mistaken, does not allow you to go from rsID list --> citation list. Instead, what I am looking for is something like dbSNP Batch Query, but that hits the pubmed dbase instead of dbSNP.

How might one submit a list of the form

rs12140275 rs2476601 rs624988 rs2228145 rs2317230 rs4656942 ....

and receive back a flat file, or webpage, etc. containing the title and URL of each study? If I had that, I could scan through very quickly. Thanks in advance.

pubmed batch query • 1.5k views
ADD COMMENT
0
Entering edit mode

You could try NCBI Unix e-utils.

esearch -db snp -query rs12140275|elink -batch -target pubmed|efetch -format abstract
ADD REPLY
1
Entering edit mode
7.7 years ago

You can query pubmed using Biopython. There are some posts about this here on the forum as well as in the Biopython cookbook. Let me know if you need any assistance setting it up.

ADD COMMENT
0
Entering edit mode

thank you, will check it out.

ADD REPLY

Login before adding your answer.

Traffic: 2423 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