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.
• 1,793 views
•
link
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.
• 1 views
•
link
Log in to answer this question.