Thanks a lot and XHMM seems to a good option for me..
After calculating each exon coverage using Depth of Coverage module in GATK, how to normalize each exon depth and calculate copy number ratio?
2 answers
There are multiple possible solutions. I would suggest having a look at published algorithms, and a good place to start would be https://omictools.com/cnv-detection2-category
More precisely, XHMM starts from coverage depth calculated by GATK. But there are multiple other tools (exomeCopy, codex, conifer,...)
The key point of CNV detection is you have to make a baseline from controls, and do the normalization based on the baseline.
As I want to find the CNVs from exomes of patients with Mendelian inheritance, any normal individual exome can be taken as a control? Does it make sense when two different patients are taken as control and normal?
You can use several healthy people's exomes as control.
Thank you so much ...
Log in to answer this question.