Size: 392
Comment: converted to 1.6 markup
|
← Revision 4 as of 2012-05-31 17:54:50 ⇥
Size: 400
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
[NCBI]의 BiologicalDatabase about [SNP] | [[NCBI]]의 BiologicalDatabase about [[SNP]] |
Line 6: | Line 6: |
최근 [Entrez]로 통합되다. | 최근 [[Entrez]]로 통합되다. |
Line 8: | Line 8: |
UCSC에서 [MySQL]로 가져오기 | UCSC에서 [[MySQL]]로 가져오기 |
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" '