Method to detect CNV in a large set of coverage profile ?
2
0
Entering edit mode
8 days ago

Hi all,

I've got the profile of coverage for >10000 BAM files for the same 16Kb region , all normalized on the median depth of the region. The data are available as a binary file containing an array of integers but I can change this.

Of course, the profile of coverage is more or less close to '1.0' , but if there is a deletion a local part of the coverage will be close to '0.5' , etc...

Do you known any method (machine learning ?) to detect a rare CNV in those files ? something unusual (>50bp) in the profile ?

Thanks!

P

bam cnv coverage machine-learning • 522 views
ADD COMMENT
1
Entering edit mode
7 days ago

I don't know if your data are appropriate (short reads?), but this one might fit the bill. https://github.com/PopicLab/cue

I must admit I haven't tried it yet.

ADD COMMENT
1
Entering edit mode
7 days ago

I'd probably just try circular binary segmentation first and see what that looks like. You may have to play with bin size a bit to get the resolution you want, but I don't see why it wouldn't work for your purposes.

ADD COMMENT

Login before adding your answer.

Traffic: 2164 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