Mendelian precison
1
0
Entering edit mode
7 hours ago
heureuse • 0

Hello,

I would like to validate CNV using trios (father, mother and offspring) using mendelian precision. I'm not able to find a paper talking about the methodologie in details. Do you know where I can find resources or how I can perform that type of analysis ?

Thank you

CNV trios mendelian precision • 125 views
ADD COMMENT
0
Entering edit mode

"using mendelian precision"

what do you mean ?

ADD REPLY
0
Entering edit mode

In the paper HadoopCNV(Yang H, Chen G, Lima L, Fang H, Jimenez L, Li M, Lyon GJ, He M, Wang K. HadoopCNV: A dynamic programming imputation algorithm to detect copy number variants from sequencing data.) they used mendelian precision to validate CNV.

They look at the CNVs inherited by the child vs the one that seems to be de novo. They used that approach to validate their tool (sensitivity and precision). They did not give details so I don't know how to approach it.

I was wondering if someone here know how to perform that types of analysis or have resources I can read.

Thank you

ADD REPLY
0
Entering edit mode

OK, so as far as I understand "mendelian precision" is "just" looking at the de-novo CNVs....

ADD REPLY
0
Entering edit mode
6 hours ago

For trios and short-reads, I use delly or manta to get a join VCF of the trio (+ a few controls to discard false positives).

I then keep de-novo variants (using bcftools or another tool) .

Usually short SV or very large SV are false positive or are hard to validate.

A tool like duhold https://github.com/brentp/duphold can be used to filter-out false positives.

I the number of de novo CNV is low I use my tool swingbamcov https://jvarkit.readthedocs.io/en/latest/SwingBamCov/ to visualize and validate the CNVs

enter image description here

or you can try samplot : https://github.com/ryanlayer/samplot

https://github.com/ryanlayer/samplot/blob/master/doc/imgs/montage.jpg?raw=true

ADD COMMENT

Login before adding your answer.

Traffic: 1636 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6