This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Add CADD score to variant annotation using dbNSFP

Hi there,

I want to add CADD for the variant annotation, and easily directed to dbNSFP. According to its official site (https://sites.google.com/site/jpopgen/dbNSFP), dbNSFP has integrated CADD.

But when I run snpSift using dbNSFP, CADD is not in the output (while others like SIFT, Polyphen have no problem to be output).

Any suggestion?

Thanks in advance!

snp

1 answer

You'll need to:

  1. Ensure that the version of dbNSFP that you are using includes CADD
  2. Use the -f argument to SnpSift to tell SnpSift to include CADD in the annotation.

See here: http://snpeff.sourceforge.net/SnpSift.html#dbNSFP

Log in to answer this question.