This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to retrieve SNP numbers from the VCF then find information about them whether they are intron on exon variant ?

I have a VCF file for SCN9A gene which has multiple SNP's in it. I want to retrieve those SNP numbers from the file and also find the relevant information about them whether they are intron variant or exon variant.

snp

1 answer

There are lots of 'variant annotation' posts on Biostars. I would annotate the vcf first, then retrieve the SNPs you want. There are simple online tools for this:

SeattleSeqAnnotation will do the job.
Ensembl VEP will do the job.

Log in to answer this question.