This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Taxonomic Searches Over Dbsnp

How can I query all variations from dbSNP within a specific species, family, domain, etc.?

dbsnp taxonomy search

1 answer

from http://eutils.ncbi.nlm.nih.gov/entrez/eutils/einfo.fcgi?db=snp you can see that you can query the SNP for a given organism using the [ORGN] entrez field

http://www.ncbi.nlm.nih.gov/snp?db=snp&cmd=search&term=%22Apis+Mellifera%22[ORG]

or use ncbi elinks with the snp_taxonomy relationship.

Same for http://eutils.ncbi.nlm.nih.gov/entrez/eutils/einfo.fcgi?db=taxonomy: there is a relation named taxonomysnpexp "Snp records associated with taxonomy record (exploded for higher taxa)"

Log in to answer this question.