Open Xi-Cao opened 1 day ago
Hello @Xi-Cao,
Thanks for reporting this issue. This bug has been introduced in Ensembl VEP plugins in the e110 release when we added support for structural variant to the plugin. I am checking more into this and working on a fix.
At this point of time, you can use the e109 version of the CADD plugin if you are not interested in structural variants. Or, alternatively, use this PR to update CADD plugin which should solve this issue.
Best regards, Nakib
Hi, thanks for your reply!
I would like to know if there are any additional steps required to update the CADD.pm file used in VEP. I tried modifying the CADD.pm file directly and downloading the e110 release to replace the present CADD.pm in my ~/.vep/Plugins/
directory, but the results didn't change in either case.
Uploaded_variation Location Allele Gene CADD_PHRED
1 rs56155961 1:21827094 A - 0.008
2 rs56155961 1:21827094 G - 0.008
3 rs56155961 1:21827094 T - 0.008
Best, xicao
Hi @Xi-Cao,
Yes, if you directly download the file and replace it with the existing one it should work.
The thing is you should use the 109 release and not 110, as 110 release have the problem you mentioned. Alternatively, we have already added the bugfix to the latest version of the VEP plugins in 113. So you can already use it. Download the file and try again.
Hi there,
Thank you for your helpful plugin on gene annotation!
I recently annotated my fine-mapping variants using VEP and the CADD plugin, with a list of rsIDs as the input file. Here’s the code I used for VEP:
To review the results, I submitted the SNP list directly on the CADD website and received a score file. I combined the two score results in R and found that 357 variants had different CADD scores between the plugin and the website. Upon searching these variants on grch37.ensembl.org, I noticed that the discrepancies in CADD scores were due to alternative alleles. In my VEP result file, variants received only one CADD score despite having different alternative alleles. For example, for rs55894538 (CADD: A:2.406, T:1.800):
What command should I use to obtain the correct CADD score for the different alternative alleles through VEP plugin?
Best, xicao