NCBI
NLM

Eutils for EntrezSNP

Eutils General Help : https://eutils.ncbi.nlm.nih.gov/entrez/query/static/eutils_help.html

Online Book: Building Customized Data Pipelines Using the Entrez Programming Utilities (eUtils)

Contact: Please contact info@ncbi.nlm.nih.gov for technical questions regarding the Entrez retrieval system

 

eFetch params for EntrezSNP:

# (id=NNNNNN[,NNNN,etc]) or (query_key=NNN, where NNN - number in the history, 0 - clipboard content for current database)
# db=snp (mandatory)
# report= (listed below)

Report Description Example
Brief Brief https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=snp&id=3000&report=Brief
FLT Flat File https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=snp&id=3000&report=FLT
ASN1 ASN.1 https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=snp&id=3000&report=ASN1
XML XML https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=snp&id=3000&report=XML
FASTA FASTA https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=snp&id=3000&report=FASTA
RSR RS CLuster Report https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=snp&id=3000&report=RSR
ssexemplar SS Exemplar List https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=snp&id=3000&report=ssexemplar
CHR Chromosome Report https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=snp&id=3000&report=CHR
GENB Genotype https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=snp&id=3000&report=GENB
GEN Genotype Detail https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=snp&id=3000&report=GEN
GENXML Genotype XML https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=snp&id=3000&report=GENXML
DocSet Summary https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=snp&id=3000&report=DocSet
uilist UI (RS) List https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=snp&id=3000&report=uilist


# mode=[html, file, text, asn.1, xml] (Optional; default is html)
# dispstart - first element to display, from 0 to count - 1, (Optional; default is 0)
# dispmax - number of items to display (Optional; default is all elements, from dispstart)