I have been trying to download the splice site mutations found in dbSNP along with their corresponding genomic coordinates and nucleotide changes. I have spent way too much time trying to create a local mySQL instance of dbSNP from this site: https://cgsmd.isi.edu/dbsnpq/downloads.php#dbSNPdownloadsTables. The sql dumps and .txt dumps are not in UTF-8 encoding and I cannot figure out an encoding to get them to render normal text.
Any suggestions on ways to get this data from dbSNP? Any help would be much appreciated!
That query is going to get to 30940 variants. If you do it that way, I suggest you download your data using Export results to compressed web file (notify by email). If you try to download that directly, it'll just stop partway through due to a lost connection and you won't get all your data.
Thanks Michael and Emily! This has made this process so much easier. I still need the genomic reference nucleotide for each variant. I understand that to gain a true reference, I would need to specify populations and look into allele frequencies. Would using the "ancestral allele" serve as a good surrogate?
To provide some context -- I am trying to obtain a set of benign splice site mutations. To do this I set a filter for minor allele frequencies that are > 0.05. I need reference and alternate nucleotide positions so that I can gauge the effectiveness of programs that predict pathogenicities of splice site mutations. I believe the ancestral allele should be decent surrogate because I assume the most common allele in the chimp genome is reported, but still have some reservations.
You can get the alleles and the minor allele as attributes in BioMart. If you know ref/alt and the minor allele, then the other one is the major allele. Ancestral is also useful.
That query is going to get to 30940 variants. If you do it that way, I suggest you download your data using Export results to compressed web file (notify by email). If you try to download that directly, it'll just stop partway through due to a lost connection and you won't get all your data.
Yes can confirm this, using "compressed web file" (.gz) and notify by email, took only few minutes until the download was ready.