Hello
Please can you advise how to get the OMIM id for a dbSNP entry associated with OMIM? I don't know if there is a problem with eutils at the moment but when i run a query like so
my $efetch = "$utils/efetch.fcgi?" .
"db=snp&id=$id&retmode=xml&retmax=1&rettype=chr";
I get the same data returned no matter what i change the rettype to (normally you get different reports when you change rettype to chr, brief, native etc) and this one report I am getting back does not contain any information about OMIM when i test it using a SNP with known OMIM link
http://www.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=snp&id=121965089&retmode=xml&retmax=1
Thanks a lot
@Ryan: Do you know where I can find a README file for the columns in the OmimVarLocusIdSNP.bcp.gz file ? Thanks !