This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to check how variable a given DNA sequence is?

I have a human DNA sequence and I wish to check how variable this sequence is.. is there a way to check how many SNPs are found at the given location?

Thanks!

snp dna

1 answer

blat the sequence, extract the location, extract the variants in the vcf from dbsnp in that region.

Log in to answer this question.