VEP + LOFTEE in GEL
0
0
Entering edit mode
23 months ago
Manuel ▴ 40

I am working in the research env of GEL and I am carrying out some annotation. The fact that working in this RE and I am new doing annotation are giving me some trouble I would like to ask here.

I want to use VEP and LOFTEE and I am following this tutorial.

The code I am using is pretty much the same that suggested in that tutorial

 vep\
    --input_file /PATH/machine_learning/Manuel/LOEUF_tool/Data_output/tmp/filtered SNPS.vcf\
    --format vcf\
    --offline\
   -- cache\
   -- cache version 98\
   --assembly GRCH38\
   --dir_ cache /resources/data/vep.caches/from.pegasus/98/.vep\
   --verbose\
   --no_stats
   --fasta /public data resources/reference/GRCH38/GRCh38Decoy no alt. fa\
   --plugin LoF,Loftee path:S{LOFTEE38}, human_ancestor_fa:${LOFTEE38HA}, gerp_bigwig:${LOFTEE38GERP}, conservation_file:${LOFTEE38SQL}\
   --force overwrite\
   --output_file /PATH/machine_learning/Manuel/LOEUF_tool/Data_output/tmp/VEP_SNPS_annotated.tsv

and I am getting a warning that I think it is responsible for the incomplete annotation of my results.

The warning:

enter image description here

And some variants annotated

enter image description here

Sorry for the pictures I cannot copy and paste from this HPC to the internet. And this is NOT patient data, they are fake variants I have created.

If we compare my output with the one found in the GitHub of the author, you can see that the Lof filtering is missing, which says if the variants pass all filters or not. HC refers to high-confidence LoF variants (i.e. does not fail any filters). LC denotes low-confidence, failing at least one filter, which are written to the LoF_filter field.

From Loftee:

 A|ENSG00000184163|ENST00000330388|Transcript|stop_gained|648|616|206|Q/*|Cag/Tag|||-1|||HC,

UPDATE.

I have changed the version from 98 to 99. I don't get the error, but I don't get the output I want, the LoF flag.

VEP LOFTEE • 663 views
ADD COMMENT

Login before adding your answer.

Traffic: 2567 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6