CADD score
I am interested in seeing the distribution of Cadd scores for all missense mutations of a given gene. My understanding is that version 3.1 of GnomAD provides each variant with a Cadd score.
Is there an efficient process for isolating out the Cadd score from GnomAD database?
• 1,535 views
•
link
0 answers
No answers yet.
Log in to answer this question.
You don't need to use GnomAD, use VEP instead ( https://www.ensembl.org/info/docs/tools/vep/index.html ) UPD: sorry it is not done by default, this plugin does https://github.com/Ensembl/VEP_plugins/blob/release/105/CADD.pm
Damn thanks for this, there was me downloading the entire CADD database and setting up a very awkward pipeline to grep out the correct SNPs!