And you can also do the same with Ensembl BLAST.
Hi all!
How can I check whether primer sequence include know polymorphisms?
I've read about snp blast, but it's seems no longer available: https://www.ncbi.nlm.nih.gov/SNP/snpblastByChr.html
Thanks for any suggestions,
Best, Agata
2 answers
A quite manual solution:
Assuming your genome is available in the UCSC genome browser you can use In silico PCR (go to Tools -> In Silico PCR). Add primer sequences, run the tool, and check if your primers overlap with known SNP tracks (dbSNP)
In the meantime I found another solution:
Download common SNPs from here: common_all.vcf.gz (https://www.ncbi.nlm.nih.gov/variation/docs/human_variation_vcf/)
Define primer coordinates in genome.
Run
samtools tabix common_all_vcf.gz chr:START-END
Best, Agata
Log in to answer this question.