this should be a comment, to the original question. It will be deleted.
Next Gen Sequenced Snp Annotation
Hi all,
I am aware of the SNPeff program which seems to extract Ensembl annotation (location and predicted effect) for SNPs in NGS data but I am wondering if there is anything else available - for example something that might determine whether a polymorphism is known/novel or determine its frequency in the population.
Does anything like this exist or would it be necessary to create scripts that would for example compare to dbSNP for uniqueness and the 1000 genomes project for frequency.
Best,
Gavin
• 3,532 views
•
link
2 answers
I'm sure there will be some more out there, but some options I've come across are the following:
- ANNOVAR, a set of local scripts that download for you the databases you may need for your annotations, allowing fast retrieval of information. we are currently configuring and evaluating it, as it seems very interesting for high production environments. you may want to read their NAR paper to know more about it.
- SeattleSeqAnnotation, a web site where you can upload your variants and you'll easily retrieve a large number of annotations. this tool has been already referred in some papers, although no paper has been yet published describing it.
- Ensembl's Variant Effect Predictor, both a web tool (limited to 750 variants) and a perl script that will also allow you to deeply characterize your variants, always performing the queries against remote Ensembl. I personally like this one, but it doesn't seem to provide dbSNP ids.
• 2 views
•
link
Hi Pablo
have you been able to add this feature to the SNPeff? Thanks
Xiangdong
• 0 views
•
link
• 0 views
•
link
Log in to answer this question.
I can add that functionality to SnpEff if you want.
Sounds like a great idea!
OK, I'll do it.
Thanks a lot - much appreciated!