Hi all,
I installed the VEP (Variant Effect Predictor) Program using Anaconda. and output was obtained without error.
Code I run:
vep -i Final.vcf -gff data.gff.gz -fasta genomic.fna
My output:
Location Allele Gene Feature Feature_type Consequence cDNA_position CDS_position Protein_position Amino_acids Codons Existing_variation Extra
CM009840.1_10757615_A/G CM009840.1:10757615 G 102405271 XM_006078640.2 Transcript missense_variant 639 607 203 T/A Act/Gct - IMPACT=MODERATE;STRAND=1;SOURCE=data.gff.gz
CM009840.1_10757615_A/G CM009840.1:10757615 G 102405271 XM_025278176.1 Transcript missense_variant 639 607 203 T/A Act/Gct - IMPACT=MODERATE;STRAND=1;SOURCE=data.gff.gz
CM009840.1_10757615_A/G CM009840.1:10757615 G 102405271 XM_025278183.1 Transcript missense_variant 639 607 203 T/A Act/Gct - IMPACT=MODERATE;STRAND=1;SOURCE=data.gff.gz
But, the problem is that it did not calculate Sift for me. As a rule, should display the value of Sift in the last column. Given the script executed and the resulting output, I want to know how to get the Sift value for each missense_variant
.
Best Regard
Mostafa
Please read the manual. You have to set a flag to tell VEP to output SIFT scores.
many thanks for your reply,
I've implemented the script as follows, but I gave the same output.
Any error or warning messages? What is the output of
Error does not just WARNING.
Sorry I did not understand, what this script is about?
I run this script but again give the same output and do not count the Sift for any missense_variant?
Please do not paste text as screenshots - copy the text as either paste it with code formatting or paste in a github gist and use the link here.