Dear all
I have get a list of SNP numbers and their position. I would like to know the specific information , like the original nucleotide, allele change information and residue change information from dbSNPs ftp server especially the latter two.
For example, rs268 : original nucleotide : A ; Allele change : AAT ⇒ AGT ; Residue change : N [Asn] ⇒ S [Ser]
It's easy to search only one on dbSNPs other than many. Is there any files in ftp.ncbi.nih.gov server that contain my requirements for me to match my SNPs with allele change information and residue change information by using SNP numbers ?
I hava tried hard to search. For too many files, I couldn't find the file I need.
Thank you a lot.
This does not directly answer your question, but you could use NCBI EUtils. For many rsIDs, a biopython solution could be built along these lines: http://www.biostars.org/post/show/12235/find-amino-acid-change-for-snp-using-eutils/