We performed and whole genome sequencing with NGS, and used Breakdancer to detect Copy Number Variation. Breakdancer and config files were made with NO options whatsoever, only with the following lines :
perl bam2cfg.pl input.bam > input.cfg
breakdancer input.cfg > output.txt
The output with Breakdancer is really inconsistent. How can I eliminate false positive ?
What are you defining as a false positive?
A false positive is a CNV identified by the software where there is in fact no CNV. It's the same concept as a false positive pregnancy test, it tells you you're pregnant when you're actually not pregnant. Breakdancer has a lot of false positive and aberrant long rearrangement, this is what I'm trying to eliminate. I thought of using other softwares and compare results, but I was wondering if someone has a better method :)