This is a test version of Biostars. For the public version, visit https://www.biostars.org.
CNV detection techniques, algorithms, applications ...

Hello everyone, I'm a computer science student. For my intership, I have to implement a solution to detect CNV in NGS data, in a Cancer Institute. It's new domain for me, any help to understand existant methods and solutions, algotithms used, tutoriels ... Any help is welcome (in french or in english) . Thank you

next-gen sequence cnv algorithms

Thank you, it really helps, but I didn't understand the strategies :RD ,PEM, RC ..... If you have some article about that, I would be gratefull. Thank you

I think the figure 1 is really clear about the strategies , what did you not understand ?

3 answers

If you're looking for somatic copy number events in exome data, check out GATK's best practises

Edit: I just noticed that GATK basically refer you to the workshop docs in that link (Super helpful, I know). In any case, here's the relevant doc

Hi,

There are already a few tools out there for CNV detection: https://omictools.com/cnv-detection2-category . They are often specialised in Exome sequence data.

You can take a look at how they work. Their implementation is described in the associated paper (when there is one).

I know that some of them use a Hidden Markov Model to detect the CNVs (XHMM, Canoes, Condex ...).

Oh, Thanks a lot for your help :)

Log in to answer this question.