This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Variant Annotation and prioritization

I have data of Whole Exome Data of Human with Pancreatic Cancer patient: I would like you to, 1. Annotate the variants 2. Prioritize variants on various parameters of importance
3. Extract Genotype information for the Non-Synonymous Variants.

Could anybody suggest me the tools to achieve this objective?

next-gen sequence

1 answer

The annotation tools snpEff would be a good start. You may also look at PyVCF to extract genotypes from VCF files.

http://snpeff.sourceforge.net

https://pyvcf.readthedocs.io/en/latest/

Log in to answer this question.