jeremymcrae / denovoFilter

Rules for filtering candidate de novo sites
MIT License
6 stars 2 forks source link

want to use it for other species #1

Open ggoodstudydaydayup opened 5 years ago

ggoodstudydaydayup commented 5 years ago

Dear, I 'm new for de novo mutation. And I read the paper, Prevalence and architecture of de novo mutations in developmental disorders. And I think it's amazing. Could you please help me to learn more about the DNM filter of this paper? I'm sorry about my lack of knowledge. Thanks in advance. Best wishes, Yu Liu

jeremymcrae commented 5 years ago

Hi Yu,

The principles used in this repository should extend to other species, but the specific implementation probably won't - it's tuned to the data used in the DDD study.

The basic principles are:

For the last part, you could alternatively construct filters that use ref and alt depths, or incorporate genotype quality for something reasonable.

We tried for good sensitivity and specificity, but preferred to be slightly too sensitive rather than specific because a) that suited clinical diagnostics, b) genes showing genome-wide enrichment could have potential de novos validated (and errors excluded), and c) we could calibrate de novo counts by thresholding on DNM quality until the number of synonymous de novos matched expectation.

Hope that helps, Jeremy

ggoodstudydaydayup commented 5 years ago

Thanks for your help ! Best wishes, Yu