Entering edit mode
7.2 years ago
zhang248
▴
40
Hi, I'm using CNVnator to call CNVs. I have 30 samples, and the "duplication" of all the outputs has no one with e-val1<0.05. This is my pipeline
cnvnator -root temp/${sample}.root -unique -tree $bam
cnvnator -root temp/${sample}.root -his $bin -d $dir
cnvnator -root temp/${sample}.root -stat $bin
cnvnator -root temp/${sample}.root -partition $bin
cnvnator -root temp/${sample}.root -call $bin > ${sample}_cnv.txt
Can anyone tell me why? Thanks!
Sorry to reply you so late. My output is ok, I just mixed the "normalized_RD" and "e-val1".