NCBI의 BiologicalDatabase about SNP
http://www.ncbi.nlm.nih.gov/projects/SNP/ http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=Snp
최근 Entrez로 통합되다.
UCSC에서 MySQL로 가져오기
mysql -N --user=genome --host=genome-mysql.cse.ucsc.edu -A -D hg18 -e 'select chrom,chromStart,chromEnd,name from snp126 where chrom="chrM" '